public class InternalServerError extends EcmRuntimeException
| Constructor and Description |
|---|
InternalServerError()
Constructs a new internal server error.
|
InternalServerError(ErrorType error,
Throwable cause)
Deserialization constructor.
|
InternalServerError(String message)
Constructs a new internal server error.
|
InternalServerError(String message,
Throwable cause)
Constructs a new internal server error.
|
InternalServerError(Throwable cause)
Constructs a new internal server error.
|
createError, getDescriptionParameters, getErrorCode, getErrorDetailsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternalServerError()
public InternalServerError(ErrorType error, Throwable cause)
error - the server errorcause - the exception causepublic InternalServerError(String message)
message - the error messagepublic InternalServerError(String message, Throwable cause)
message - the error messagecause - the error causepublic InternalServerError(Throwable cause)
cause - the error causeCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.