Class HttpVersionNotSupportedRuntimeException

    • Constructor Detail

      • HttpVersionNotSupportedRuntimeException

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

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

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

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

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

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