Uses of Class
com.sforce.soap.partner.fault.ExceptionCode
-
Packages that use ExceptionCode Package Description com.sforce.soap.partner.fault -
-
Uses of ExceptionCode in com.sforce.soap.partner.fault
Methods in com.sforce.soap.partner.fault that return ExceptionCode Modifier and Type Method Description ExceptionCodeApiFault. getExceptionCode()ExceptionCodeIApiFault. getExceptionCode()element : exceptionCode of type {urn:fault.partner.soap.sforce.com}ExceptionCode java type: com.sforce.soap.partner.fault.ExceptionCodestatic ExceptionCodeExceptionCode. 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 Modifier and Type Method Description voidApiFault. setExceptionCode(ExceptionCode exceptionCode)voidIApiFault. setExceptionCode(ExceptionCode exceptionCode)
-