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