Uses of Enum Class
com.sforce.soap.partner.fault.ExceptionCode
Packages that use ExceptionCode
-
Uses of ExceptionCode in com.sforce.soap.partner.fault
Methods in com.sforce.soap.partner.fault that return ExceptionCodeModifier and TypeMethodDescriptionApiFault.getExceptionCode()IApiFault.getExceptionCode()element : exceptionCode of type {urn:fault.partner.soap.sforce.com}ExceptionCode java type: com.sforce.soap.partner.fault.ExceptionCodestatic ExceptionCodeReturns the enum constant of this class with the specified name.static ExceptionCode[]ExceptionCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sforce.soap.partner.fault with parameters of type ExceptionCodeModifier and TypeMethodDescriptionvoidApiFault.setExceptionCode(ExceptionCode exceptionCode) voidIApiFault.setExceptionCode(ExceptionCode exceptionCode)