Class ProxyException

    • Constructor Detail

      • ProxyException

        public ProxyException()
        Constructor
      • ProxyException

        public ProxyException​(String message,
                              Throwable cause)
        Constructor
        Parameters:
        message - the error message
        cause - the causing exception for chaining exceptions.
      • ProxyException

        public ProxyException​(String message)
        Constructor
        Parameters:
        message - the error message
      • ProxyException

        public ProxyException​(Throwable cause)
        Constructor
        Parameters:
        cause - the causing exception for chaining exceptions.