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, which may be shown to an end-user.
      • 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, which may be shown to an end-user.
        cause - root cause exception
      • PackProtocolException

        public PackProtocolException​(String s)
        Constructs an PackProtocolException with the specified detail message.
        Parameters:
        s - message, which may be shown to an end-user.
      • PackProtocolException

        public PackProtocolException​(String s,
                                     Throwable cause)
        Constructs an PackProtocolException with the specified detail message.
        Parameters:
        s - message, which may be shown to an end-user.
        cause - root cause exception