Package | Description |
---|---|
com.lexmark.saperion.exceptions | |
com.lexmark.saperion.exceptions.system |
Modifier and Type | Field and Description |
---|---|
static SystemException.SystemError |
EcmErrorCodes.INTERNAL_SERVER_ERROR |
static SystemException.SystemError |
EcmErrorCodes.PROTOCOL_INCOMPATIBLE_VERSION |
static SystemException.SystemError |
EcmErrorCodes.PROTOCOL_MISSING_VERSION |
static SystemException.SystemError |
EcmErrorCodes.SYSTEM_CONNECTION_ERROR |
static SystemException.SystemError |
EcmErrorCodes.SYSTEM_CONNECTION_POOL_ERROR |
static SystemException.SystemError |
EcmErrorCodes.SYSTEM_DESERIALIZATION_ERROR |
static SystemException.SystemError |
EcmErrorCodes.SYSTEM_GENERAL_ERROR |
static SystemException.SystemError |
EcmErrorCodes.SYSTEM_SERIALIZATION_ERROR |
Modifier and Type | Class and Description |
---|---|
static class |
BackendSystemException.BackendSystemError
Backend error definition.
|
static class |
SecurityException.SecurityError
Error code implementation for security exceptions.
|
Constructor and Description |
---|
SecurityException(SystemException.SystemError errorCode)
Creates a new exception with the given error code.
|
SecurityException(SystemException.SystemError errorCode,
String message)
Creates a new exception with the given error code and exception message.
|
SystemException(SystemException.SystemError errorCode)
Creates a new exception with the given error code.
|
SystemException(SystemException.SystemError errorCode,
ErrorDetailsType errorDetails,
Map<String,String> parameters,
String message,
Throwable cause)
Creates a new exception with the given error code, error details, error parameters, exception cause and exception
message.
|
SystemException(SystemException.SystemError errorCode,
ErrorDetailsType errorDetails,
String message,
Throwable cause)
Creates a new exception with the given error code, error details, exception cause and exception message.
|
SystemException(SystemException.SystemError errorCode,
String message)
Creates a new exception with the given error code and exception message.
|
SystemException(SystemException.SystemError errorCode,
Throwable cause)
Creates a new exception with the given error code and exception cause.
|
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.