Uses of Class
com.sforce.async.AsyncExceptionCode

Packages that use AsyncExceptionCode
com.sforce.async   
 

Uses of AsyncExceptionCode in com.sforce.async
 

Methods in com.sforce.async that return AsyncExceptionCode
 AsyncExceptionCode AsyncApiException.getExceptionCode()
           
static AsyncExceptionCode AsyncExceptionCode.valueOf(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
 void AsyncApiException.setExceptionCode(AsyncExceptionCode exceptionCode)
           
 

Constructors in com.sforce.async with parameters of type AsyncExceptionCode
AsyncApiException(String message, AsyncExceptionCode code)
           
AsyncApiException(String message, AsyncExceptionCode code, Throwable th)
           
 



Copyright © 2013. All Rights Reserved.