Class ProxyAuthenticationRequiredRuntimeException

    • Constructor Detail

      • ProxyAuthenticationRequiredRuntimeException

        public ProxyAuthenticationRequiredRuntimeException​(String aMessage,
                                                           String aErrorCode)
        Instantiates a new proxy authentication required runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • ProxyAuthenticationRequiredRuntimeException

        public ProxyAuthenticationRequiredRuntimeException​(String aMessage,
                                                           Throwable aCause,
                                                           String aErrorCode)
        Instantiates a new proxy authentication required runtime exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • ProxyAuthenticationRequiredRuntimeException

        public ProxyAuthenticationRequiredRuntimeException​(String message,
                                                           Throwable cause)
        Instantiates a new proxy authentication required runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • ProxyAuthenticationRequiredRuntimeException

        public ProxyAuthenticationRequiredRuntimeException​(String message)
        Instantiates a new proxy authentication required runtime exception.
        Parameters:
        message - the message
      • ProxyAuthenticationRequiredRuntimeException

        public ProxyAuthenticationRequiredRuntimeException​(Throwable aCause,
                                                           String aErrorCode)
        Instantiates a new proxy authentication required runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • ProxyAuthenticationRequiredRuntimeException

        public ProxyAuthenticationRequiredRuntimeException​(Throwable cause)
        Instantiates a new proxy authentication required runtime exception.
        Parameters:
        cause - the cause