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 Details

    • InternalServerError

      public InternalServerError()
      Constructs a new internal server error.
    • InternalServerError

      public InternalServerError(com.lexmark.saperion.exceptions.ErrorType error, Throwable cause)
      Deserialization constructor. This constructor is used for exception deserialization.
      Parameters:
      error - the server error
      cause - the exception cause
    • InternalServerError

      public InternalServerError(String message)
      Constructs a new internal server error.
      Parameters:
      message - the error message
    • InternalServerError

      public InternalServerError(String message, Throwable cause)
      Constructs a new internal server error.
      Parameters:
      message - the error message
      cause - 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 message
      errorDetailsType - the error details
      cause - the error cause
    • InternalServerError

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