Uses of Class
com.sforce.async.AsyncExceptionCode
-
Packages that use AsyncExceptionCode Package Description com.sforce.async -
-
Uses of AsyncExceptionCode in com.sforce.async
Methods in com.sforce.async that return AsyncExceptionCode Modifier and Type Method Description AsyncExceptionCodeAsyncApiException. getExceptionCode()static AsyncExceptionCodeAsyncExceptionCode. valueOf(java.lang.String name)Returns 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 AsyncExceptionCode Modifier and Type Method Description voidAsyncApiException. setExceptionCode(AsyncExceptionCode exceptionCode)Constructors in com.sforce.async with parameters of type AsyncExceptionCode Constructor Description AsyncApiException(java.lang.String message, AsyncExceptionCode code)AsyncApiException(java.lang.String message, AsyncExceptionCode code, java.lang.Throwable th)
-