Class InternalServerError

  • All Implemented Interfaces:
    java.io.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:
    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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 error
        cause - 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 message
        cause - 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 message
        errorDetailsType - the error details
        cause - the error cause
      • InternalServerError

        public InternalServerError​(java.lang.Throwable cause)
        Constructs a new internal server error.
        Parameters:
        cause - the error cause