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:
java.io.Serializable
public class InternalServerError extends com.lexmark.saperion.exceptions.EcmRuntimeExceptionInternal server error. This error indicates an unhandled runtime exception or error thrown by a service resource.- Author:
- owaeldrich
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalServerError()Constructs a new internal server error.InternalServerError(com.lexmark.saperion.exceptions.ErrorType error, java.lang.Throwable cause)Deserialization constructor.InternalServerError(java.lang.String message)Constructs a new internal server error.InternalServerError(java.lang.String message, com.lexmark.saperion.exceptions.ErrorDetailsType errorDetailsType, java.lang.Throwable cause)Constructs a new internal server error.InternalServerError(java.lang.String message, java.lang.Throwable cause)Constructs a new internal server error.InternalServerError(java.lang.Throwable cause)Constructs a new internal server error.
-
Method Summary
-
Methods inherited from class com.lexmark.saperion.exceptions.EcmRuntimeException
createError, getDescriptionParameters, getErrorCode, getErrorDetails
-
-
-
-
Constructor Detail
-
InternalServerError
public InternalServerError()
Constructs a new internal server error.
-
InternalServerError
public InternalServerError(com.lexmark.saperion.exceptions.ErrorType error, java.lang.Throwable cause)Deserialization constructor. This constructor is used for exception deserialization.- Parameters:
error- the server errorcause- the exception cause
-
InternalServerError
public InternalServerError(java.lang.String message)
Constructs a new internal server error.- Parameters:
message- the error message
-
InternalServerError
public InternalServerError(java.lang.String message, java.lang.Throwable cause)Constructs a new internal server error.- Parameters:
message- the error messagecause- the error cause
-
InternalServerError
public InternalServerError(java.lang.String message, com.lexmark.saperion.exceptions.ErrorDetailsType errorDetailsType, java.lang.Throwable cause)Constructs a new internal server error.- Parameters:
message- the error messageerrorDetailsType- the error detailscause- the error cause
-
InternalServerError
public InternalServerError(java.lang.Throwable cause)
Constructs a new internal server error.- Parameters:
cause- the error cause
-
-