Class InternalServerError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lexmark.saperion.exceptions.EcmRuntimeException
com.lexmark.saperion.exceptions.runtime.InternalServerError
- All Implemented Interfaces:
Serializable
public class InternalServerError
extends com.lexmark.saperion.exceptions.EcmRuntimeException
Internal server error. This error indicates an unhandled runtime exception or error thrown by a service resource.
- Author:
- owaeldrich
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new internal server error.InternalServerError
(com.lexmark.saperion.exceptions.ErrorType error, Throwable cause) Deserialization constructor.InternalServerError
(String message) Constructs a new internal server error.InternalServerError
(String message, com.lexmark.saperion.exceptions.ErrorDetailsType errorDetailsType, Throwable cause) 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. -
Method Summary
Methods inherited from class com.lexmark.saperion.exceptions.EcmRuntimeException
createError, getDescriptionParameters, getErrorCode, getErrorDetails
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalServerError
public InternalServerError()Constructs a new internal server error. -
InternalServerError
Deserialization constructor. This constructor is used for exception deserialization.- Parameters:
error
- the server errorcause
- the exception cause
-
InternalServerError
Constructs a new internal server error.- Parameters:
message
- the error message
-
InternalServerError
Constructs a new internal server error.- Parameters:
message
- the error messagecause
- the error cause
-
InternalServerError
public InternalServerError(String message, com.lexmark.saperion.exceptions.ErrorDetailsType errorDetailsType, Throwable cause) Constructs a new internal server error.- Parameters:
message
- the error messageerrorDetailsType
- the error detailscause
- the error cause
-
InternalServerError
Constructs a new internal server error.- Parameters:
cause
- the error cause
-