public class SystemException extends EcmException
Modifier and Type | Class and Description |
---|---|
static class |
SystemException.SystemError
System error definition.
|
Modifier | Constructor and Description |
---|---|
|
SystemException()
Convenience constructor.
|
|
SystemException(ErrorType error,
Throwable cause)
Factory constructor.
|
|
SystemException(String message)
Creates a new exception with the given exception message.
|
|
SystemException(String message,
Throwable cause)
Creates a new exception with the given error details, exception cause and exception message.
|
protected |
SystemException(SystemException.SystemError errorCode)
Creates a new exception with the given error code.
|
protected |
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.
|
protected |
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.
|
protected |
SystemException(SystemException.SystemError errorCode,
String message)
Creates a new exception with the given error code and exception message.
|
protected |
SystemException(SystemException.SystemError errorCode,
Throwable cause)
Creates a new exception with the given error code and exception cause.
|
|
SystemException(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 SystemException()
public SystemException(ErrorType error, Throwable cause)
error
- the server faultcause
- the exception causepublic SystemException(String message)
message
- the exception messagepublic SystemException(String message, Throwable cause)
message
- the exception messagecause
- the exception causepublic SystemException(Throwable cause)
cause
- the exception causeprotected SystemException(SystemException.SystemError errorCode)
errorCode
- the error codeprotected SystemException(SystemException.SystemError 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 SystemException(SystemException.SystemError errorCode, ErrorDetailsType errorDetails, String message, Throwable cause)
errorCode
- the error codeerrorDetails
- the error detailsmessage
- the exception messagecause
- the exception causeprotected SystemException(SystemException.SystemError errorCode, String message)
errorCode
- the error codemessage
- the exception messageprotected SystemException(SystemException.SystemError errorCode, Throwable cause)
errorCode
- the error codecause
- the exception causeCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.