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:
  • Constructor Details

    • InternalServerErrorRuntimeException

      public InternalServerErrorRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new internal server error runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • InternalServerErrorRuntimeException

      public InternalServerErrorRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new internal server error runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • InternalServerErrorRuntimeException

      public InternalServerErrorRuntimeException(String aMessage, Throwable aCause)
      Instantiates a new internal server error runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • InternalServerErrorRuntimeException

      public InternalServerErrorRuntimeException(String aMessage)
      Instantiates a new internal server error runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • InternalServerErrorRuntimeException

      public InternalServerErrorRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new internal server error runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • InternalServerErrorRuntimeException

      public InternalServerErrorRuntimeException(Throwable aCause)
      Instantiates a new internal server error runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.