public enum AsyncExceptionCode extends Enum<AsyncExceptionCode>
| Modifier and Type | Method and Description |
|---|---|
static AsyncExceptionCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncExceptionCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsyncExceptionCode Unknown
public static final AsyncExceptionCode InvalidSessionId
public static final AsyncExceptionCode InvalidOperation
public static final AsyncExceptionCode InvalidUrl
public static final AsyncExceptionCode InvalidUser
public static final AsyncExceptionCode InvalidXml
public static final AsyncExceptionCode FeatureNotEnabled
public static final AsyncExceptionCode ExceededQuota
public static final AsyncExceptionCode InvalidJob
public static final AsyncExceptionCode InvalidJobState
public static final AsyncExceptionCode InvalidBatch
public static final AsyncExceptionCode InternalServerError
public static final AsyncExceptionCode ClientInputError
public static final AsyncExceptionCode Timeout
public static final AsyncExceptionCode TooManyLockFailure
public static final AsyncExceptionCode InvalidVersion
public static final AsyncExceptionCode HttpsRequired
public static final AsyncExceptionCode UnsupportedContentType
public static final AsyncExceptionCode InvalidEntity
public static final AsyncExceptionCode TransactionSecurityBlock
public static final AsyncExceptionCode TransactionSecurityInternalError
public static final AsyncExceptionCode TransactionSecurityDeveloperError
public static AsyncExceptionCode[] values()
for (AsyncExceptionCode c : AsyncExceptionCode.values()) System.out.println(c);
public static AsyncExceptionCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.