Class RequestUriTooLongRuntimeException

    • Constructor Detail

      • RequestUriTooLongRuntimeException

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

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

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

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

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

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