Class RequestUriTooLongRuntimeException

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

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

    • RequestUriTooLongRuntimeException

      public RequestUriTooLongRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new request uri too long runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • RequestUriTooLongRuntimeException

      public RequestUriTooLongRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new request uri too long runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • RequestUriTooLongRuntimeException

      public RequestUriTooLongRuntimeException(String aMessage, Throwable aCause)
      Instantiates a new request uri too long runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • RequestUriTooLongRuntimeException

      public RequestUriTooLongRuntimeException(String aMessage)
      Instantiates a new request uri too long runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • RequestUriTooLongRuntimeException

      public RequestUriTooLongRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new request uri too long runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • RequestUriTooLongRuntimeException

      public RequestUriTooLongRuntimeException(Throwable aCause)
      Instantiates a new request uri too long runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.