Uses of Class
com.sforce.soap.partner.fault.ExceptionCode

Packages that use ExceptionCode
com.sforce.soap.partner.fault   
 

Uses of ExceptionCode in com.sforce.soap.partner.fault
 

Fields in com.sforce.soap.partner.fault declared as ExceptionCode
protected  ExceptionCode ApiFault.exceptionCode
           
 

Methods in com.sforce.soap.partner.fault that return ExceptionCode
static ExceptionCode ExceptionCode.fromValue(String v)
           
 ExceptionCode ApiFault.getExceptionCode()
          Gets the value of the exceptionCode property.
static ExceptionCode ExceptionCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExceptionCode[] ExceptionCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sforce.soap.partner.fault with parameters of type ExceptionCode
 void ApiFault.setExceptionCode(ExceptionCode value)
          Sets the value of the exceptionCode property.
 



Copyright © 2012. All Rights Reserved.