Class InternalServerErrorRuntimeException

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

public class InternalServerErrorRuntimeException
extends HttpStatusRuntimeException
The Class InternalServerErrorRuntimeException.
See Also:
Serialized Form
  • Constructor Details

    • InternalServerErrorRuntimeException

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

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

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

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

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

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