Class PackProtocolException

    • Constructor Detail

      • PackProtocolException

        public PackProtocolException​(URIish uri,
                                     String s)
        Constructs an PackProtocolException with the specified detail message prefixed with provided URI.
        Parameters:
        uri - URI used for transport
        s - message
      • PackProtocolException

        public PackProtocolException​(URIish uri,
                                     String s,
                                     Throwable cause)
        Constructs an PackProtocolException with the specified detail message prefixed with provided URI.
        Parameters:
        uri - URI used for transport
        s - message
        cause - root cause exception
      • PackProtocolException

        public PackProtocolException​(String s)
        Constructs an PackProtocolException with the specified detail message.
        Parameters:
        s - message
      • PackProtocolException

        public PackProtocolException​(String s,
                                     Throwable cause)
        Constructs an PackProtocolException with the specified detail message.
        Parameters:
        s - message
        cause - root cause exception