| Package | Description |
|---|---|
| com.sforce.async |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncApiException.setExceptionCode(AsyncExceptionCode exceptionCode) |
| Constructor and Description |
|---|
AsyncApiException(String message,
AsyncExceptionCode code) |
AsyncApiException(String message,
AsyncExceptionCode code,
Throwable th) |
Copyright © 2020. All rights reserved.