public class ResourceNotFoundException extends ClientException
ClientException.ClientError| Constructor and Description |
|---|
ResourceNotFoundException(ErrorType error,
Throwable cause)
Exception factory constructor.
|
ResourceNotFoundException(String message)
Creates a new exception with the given exception message.
|
ResourceNotFoundException(String message,
Throwable cause)
Creates a new exception with the given error details, exception cause and exception message.
|
ResourceNotFoundException(Throwable cause)
Creates a new exception with the given exception cause.
|
createError, getDescriptionParameters, getErrorCode, getErrorDetailsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceNotFoundException(ErrorType error, Throwable cause)
error - the server fault.cause - the exception causepublic ResourceNotFoundException(String message)
message - the exception messagepublic ResourceNotFoundException(String message, Throwable cause)
message - the exception messagecause - the exception causepublic ResourceNotFoundException(Throwable cause)
cause - the exception causeCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.