Class InternalServerErrorException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>

public class InternalServerErrorException extends HttpStatusException
The Class InternalServerErrorException.
See Also:
  • Constructor Details

    • InternalServerErrorException

      public InternalServerErrorException(String aMessage, String aErrorCode)
      Instantiates a new internal server error exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • InternalServerErrorException

      public InternalServerErrorException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new internal server error exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • InternalServerErrorException

      public InternalServerErrorException(String message, Throwable cause)
      Instantiates a new internal server error exception.
      Parameters:
      message - the message
      cause - the cause
    • InternalServerErrorException

      public InternalServerErrorException(String message)
      Instantiates a new internal server error exception.
      Parameters:
      message - the message
    • InternalServerErrorException

      public InternalServerErrorException(Throwable aCause, String aErrorCode)
      Instantiates a new internal server error exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • InternalServerErrorException

      public InternalServerErrorException(Throwable cause)
      Instantiates a new internal server error exception.
      Parameters:
      cause - the cause