Class RequestTooLongRuntimeException

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

public class RequestTooLongRuntimeException extends HttpStatusRuntimeException
The Class RequestTooLongRuntimeException.
See Also:
  • Constructor Details

    • RequestTooLongRuntimeException

      public RequestTooLongRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new request too long runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • RequestTooLongRuntimeException

      public RequestTooLongRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new request too long runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • RequestTooLongRuntimeException

      public RequestTooLongRuntimeException(String message, Throwable cause)
      Instantiates a new request too long runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • RequestTooLongRuntimeException

      public RequestTooLongRuntimeException(String message)
      Instantiates a new request too long runtime exception.
      Parameters:
      message - the message
    • RequestTooLongRuntimeException

      public RequestTooLongRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new request too long runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • RequestTooLongRuntimeException

      public RequestTooLongRuntimeException(Throwable cause)
      Instantiates a new request too long runtime exception.
      Parameters:
      cause - the cause