Class PackProtocolException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WantNotValidException

public class PackProtocolException extends TransportException
Indicates a protocol error has occurred while fetching/pushing objects.
See Also:
  • Field Details

  • Constructor Details

    • 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