public final class EcmErrorCodes extends Object
ErrorConstantType and MUST be declared as public static final.| Modifier and Type | Method and Description |
|---|---|
static boolean |
isApplicationError(int errorCode) |
static boolean |
isClientError(int errorCode) |
static boolean |
isSecurityError(int errorCode) |
static boolean |
isSystemError(int errorCode) |
static String |
name(ErrorCodeType constant)
Returns the name for the given error code constant.
|
static ErrorConstantType[] |
values()
Returns all error code constant definitions from this class.
|
public static final SystemException.SystemError SYSTEM_GENERAL_ERROR
public static final SystemException.SystemError SYSTEM_SERIALIZATION_ERROR
public static final SystemException.SystemError SYSTEM_DESERIALIZATION_ERROR
public static final SystemException.SystemError SYSTEM_CONNECTION_ERROR
public static final SystemException.SystemError SYSTEM_CONNECTION_POOL_ERROR
public static final SystemException.SystemError PROTOCOL_MISSING_VERSION
public static final SystemException.SystemError PROTOCOL_INCOMPATIBLE_VERSION
public static final BackendSystemException.BackendSystemError BACKEND_SYSTEM_ERROR
public static final BackendSystemException.BackendSystemError BACKEND_CONFIGURATION_ERROR
public static final BackendSystemException.BackendSystemError BACKEND_CONNECTION_ERROR
public static final SecurityException.SecurityError SECURITY_ERROR
public static final SecurityException.SecurityError SECURITY_ACCESS_DENIED
public static final SecurityException.SecurityError SECURITY_TOKEN_UNKNOWN
public static final SecurityException.SecurityError SECURITY_TOKEN_EXPIRED
public static final SecurityException.SecurityError SECURITY_TOKEN_INVALID
public static final SecurityException.SecurityError SECURITY_TOKEN_INCONSISTENT
public static final SecurityException.SecurityError AUTHENTICATION_ERROR
public static final SecurityException.SecurityError AUTHENTICATION_UNKNOWN_SCHEME
public static final SecurityException.SecurityError AUTHENTICATION_INVALID_HEADER
public static final SecurityException.SecurityError AUTHENTICATION_INVALID_TENANT
public static final SecurityException.SecurityError AUTHENTICATION_INVALID_PASSWORD
public static final SecurityException.SecurityError AUTHENTICATION_PASSWORD_EXPIRED
public static final ClientException.ClientError CLIENT_GENERAL_ERROR
public static final ClientException.ClientError CLIENT_RESOURCE_NOT_FOUND_ERROR
public static final ClientException.ClientError CLIENT_CONCURRENT_WRITE_ERROR
public static final ClientException.ClientError CLIENT_ACCESS_DENIED
public static final ClientException.ClientError CLIENT_OBJECT_LOCKED_ERROR
public static final IllegalRequestException.IllegalInputError CLIENT_ILLEGAL_INPUT_ERROR
public static final IllegalRequestException.IllegalInputError CLIENT_WRONG_ARCHIVE_TYPE_ERROR
public static final IllegalRequestException.IllegalInputError CLIENT_SYSTEM_FIELD_WRITE_ERROR
public static final IllegalRequestException.IllegalInputError CLIENT_MANDATORY_CONSTRAINT_VIOLATION_ERROR
public static final IllegalRequestException.IllegalInputError CLIENT_UNIQUE_CONSTRAINT_VIOLATION_ERROR
public static final ApplicationException.ApplicationError APPLICATION_GENERAL_ERROR
public static final ApplicationException.ApplicationError APPLICATION_MALFORMED_ENTITY_ERROR
public static final WorkflowException.WorkflowError WORKFLOW_ERROR
public static final WorkflowException.WorkflowError WORKFLOW_ACTOR_REQUIRED
public static final SearchException.SearchError SEARCH_ERROR
public static final SystemException.SystemError INTERNAL_SERVER_ERROR
public static final SearchException.SearchError SEARCH_STATEMENT_EXECUTION_ERROR
public static final SearchException.SearchError SEARCH_STATEMENT_SYNTAX_ERROR
public static final SearchException.SearchError SEARCH_RUNTIME_ERROR
public static final int INTERNAL_ERROR_OFFSET
public static final int SECURITY_ERROR_OFFSET
public static final int CLIENT_ERROR_OFFSET
public static final int APPLICATION_ERROR_OFFSET
public static ErrorConstantType[] values()
ErrorConstantType and are declared as public static final. Other constants are ignored.public static String name(ErrorCodeType constant)
constant - the error constant to retrieve the name forpublic static boolean isSystemError(int errorCode)
public static boolean isSecurityError(int errorCode)
public static boolean isClientError(int errorCode)
public static boolean isApplicationError(int errorCode)
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.