Class HttpVersionNotSupportedException

    • Constructor Detail

      • HttpVersionNotSupportedException

        public HttpVersionNotSupportedException​(String aMessage,
                                                String aErrorCode)
        Instantiates a new HTTP version not supported exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • HttpVersionNotSupportedException

        public HttpVersionNotSupportedException​(String aMessage,
                                                Throwable aCause,
                                                String aErrorCode)
        Instantiates a new HTTP version not supported exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • HttpVersionNotSupportedException

        public HttpVersionNotSupportedException​(String message,
                                                Throwable cause)
        Instantiates a new HTTP version not supported exception.
        Parameters:
        message - the message
        cause - the cause
      • HttpVersionNotSupportedException

        public HttpVersionNotSupportedException​(String message)
        Instantiates a new HTTP version not supported exception.
        Parameters:
        message - the message
      • HttpVersionNotSupportedException

        public HttpVersionNotSupportedException​(Throwable aCause,
                                                String aErrorCode)
        Instantiates a new HTTP version not supported exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • HttpVersionNotSupportedException

        public HttpVersionNotSupportedException​(Throwable cause)
        Instantiates a new HTTP version not supported exception.
        Parameters:
        cause - the cause