|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||