public class BackendSystemException extends SystemException
Modifier and Type | Class and Description |
---|---|
static class |
BackendSystemException.BackendExceptionFactory
Backend exception factory.
|
static class |
BackendSystemException.BackendSystemError
Backend error definition.
|
SystemException.SystemError
Modifier and Type | Field and Description |
---|---|
static BackendSystemException.BackendExceptionFactory |
FACTORY |
Modifier | Constructor and Description |
---|---|
|
BackendSystemException()
Convenience constructor.
|
protected |
BackendSystemException(BackendSystemException.BackendSystemError errorCode)
Creates a new exception with the given error code.
|
protected |
BackendSystemException(BackendSystemException.BackendSystemError 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.
|
protected |
BackendSystemException(BackendSystemException.BackendSystemError errorCode,
ErrorDetailsType errorDetails,
String message,
Throwable cause)
Creates a new exception with the given error code, error details, exception cause and exception message.
|
protected |
BackendSystemException(BackendSystemException.BackendSystemError errorCode,
String message)
Creates a new exception with the given error code and exception message.
|
protected |
BackendSystemException(BackendSystemException.BackendSystemError errorCode,
Throwable cause)
Creates a new exception with the given error code and exception cause.
|
|
BackendSystemException(ErrorType fault,
Throwable cause)
Factory constructor.
|
|
BackendSystemException(String message)
Creates a new exception with the given exception message.
|
|
BackendSystemException(String message,
Throwable cause,
ErrorDetailsType errorDetails)
Creates a new exception with the given error details, exception cause and exception message.
|
|
BackendSystemException(Throwable cause)
Creates a new exception with the given exception cause.
|
createError, getDescriptionParameters, getErrorCode, getErrorDetails
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final BackendSystemException.BackendExceptionFactory FACTORY
public BackendSystemException()
public BackendSystemException(ErrorType fault, Throwable cause)
fault
- the server faultcause
- the exception causepublic BackendSystemException(String message)
message
- the exception messagepublic BackendSystemException(String message, Throwable cause, ErrorDetailsType errorDetails)
errorDetails
- the error detailsmessage
- the exception messagecause
- the exception causepublic BackendSystemException(Throwable cause)
cause
- the exception causeprotected BackendSystemException(BackendSystemException.BackendSystemError errorCode)
errorCode
- the error codeprotected BackendSystemException(BackendSystemException.BackendSystemError errorCode, ErrorDetailsType errorDetails, Map<String,String> parameters, String message, Throwable cause)
errorCode
- the error codeerrorDetails
- the error detailsparameters
- the error parametersmessage
- the exception messagecause
- the exception causeprotected BackendSystemException(BackendSystemException.BackendSystemError errorCode, ErrorDetailsType errorDetails, String message, Throwable cause)
errorCode
- the error codeerrorDetails
- the error detailsmessage
- the exception messagecause
- the exception causeprotected BackendSystemException(BackendSystemException.BackendSystemError errorCode, String message)
errorCode
- the error codemessage
- the exception messageprotected BackendSystemException(BackendSystemException.BackendSystemError errorCode, Throwable cause)
errorCode
- the error codecause
- the exception causeCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.