Uses of Enum
com.sforce.async.AsyncExceptionCode
Packages that use AsyncExceptionCode
-
Uses of AsyncExceptionCode in com.sforce.async
Methods in com.sforce.async that return AsyncExceptionCodeModifier and TypeMethodDescriptionAsyncApiException.getExceptionCode()static AsyncExceptionCodeReturns the enum constant of this type with the specified name.static AsyncExceptionCode[]AsyncExceptionCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sforce.async with parameters of type AsyncExceptionCodeModifier and TypeMethodDescriptionvoidAsyncApiException.setExceptionCode(AsyncExceptionCode exceptionCode) Constructors in com.sforce.async with parameters of type AsyncExceptionCodeModifierConstructorDescriptionAsyncApiException(String message, AsyncExceptionCode code) AsyncApiException(String message, AsyncExceptionCode code, Throwable th)