| Package | Description |
|---|---|
| com.lexmark.saperion.exceptions | |
| com.lexmark.saperion.exceptions.runtime |
| Modifier and Type | Field and Description |
|---|---|
static ClientException.ClientError |
EcmErrorCodes.CLIENT_ACCESS_DENIED |
static ClientException.ClientError |
EcmErrorCodes.CLIENT_CONCURRENT_WRITE_ERROR |
static ClientException.ClientError |
EcmErrorCodes.CLIENT_GENERAL_ERROR |
static ClientException.ClientError |
EcmErrorCodes.CLIENT_OBJECT_LOCKED_ERROR |
static ClientException.ClientError |
EcmErrorCodes.CLIENT_RESOURCE_NOT_FOUND_ERROR |
| Modifier and Type | Class and Description |
|---|---|
static class |
IllegalRequestException.IllegalInputError
Error code implementation for security exceptions.
|
| Constructor and Description |
|---|
ClientException(ClientException.ClientError errorCode)
Creates a new exception with the given error code.
|
ClientException(ClientException.ClientError 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.
|
ClientException(ClientException.ClientError errorCode,
ErrorDetailsType errorDetails,
String message,
Throwable cause)
Creates a new exception with the given error code, error details, exception cause and exception message.
|
ClientException(ClientException.ClientError errorCode,
String message)
Creates a new exception with the given error code and exception message.
|
ClientException(ClientException.ClientError 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.