public class SecurityException extends SystemException
Modifier and Type | Class and Description |
---|---|
static class |
SecurityException.SecurityError
Error code implementation for security exceptions.
|
SystemException.SystemError
Modifier | Constructor and Description |
---|---|
|
SecurityException()
Default constuctor.
|
|
SecurityException(ErrorType fault,
Throwable cause)
Exception factory constructor.
|
protected |
SecurityException(SecurityException.SecurityError errorCode)
Creates a new exception with the given error code.
|
protected |
SecurityException(SecurityException.SecurityError 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 |
SecurityException(SecurityException.SecurityError errorCode,
ErrorDetailsType errorDetails,
String message,
Throwable cause)
Creates a new exception with the given error code, error details, exception cause and exception message.
|
protected |
SecurityException(SecurityException.SecurityError errorCode,
String message)
Creates a new exception with the given error code and exception message.
|
protected |
SecurityException(SecurityException.SecurityError errorCode,
Throwable cause)
Creates a new exception with the given error code and exception cause.
|
|
SecurityException(String message)
Creates a new exception with the given exception message.
|
|
SecurityException(String message,
Throwable cause,
ErrorDetailsType errorDetails)
Creates a new exception with the given error details, exception cause and exception message.
|
|
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.
|
|
SecurityException(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 SecurityException()
public SecurityException(ErrorType fault, Throwable cause)
fault
- the server fault.cause
- the exception causepublic SecurityException(SystemException.SystemError errorCode)
errorCode
- the error codepublic SecurityException(SystemException.SystemError errorCode, String message)
errorCode
- the error codemessage
- the exception messagepublic SecurityException(String message)
message
- the exception messagepublic SecurityException(String message, Throwable cause, ErrorDetailsType errorDetails)
errorDetails
- the error detailsmessage
- the exception messagecause
- the exception causepublic SecurityException(Throwable cause)
cause
- the exception causeprotected SecurityException(SecurityException.SecurityError errorCode)
errorCode
- the error codeprotected SecurityException(SecurityException.SecurityError 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 SecurityException(SecurityException.SecurityError errorCode, ErrorDetailsType errorDetails, String message, Throwable cause)
errorCode
- the error codeerrorDetails
- the error detailsmessage
- the exception messagecause
- the exception causeprotected SecurityException(SecurityException.SecurityError errorCode, String message)
errorCode
- the error codemessage
- the exception messageprotected SecurityException(SecurityException.SecurityError errorCode, Throwable cause)
errorCode
- the error codecause
- the exception causeCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.