Class TransportException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingBundlePrerequisiteException, NoRemoteRepositoryException, PackProtocolException, RemoteRepositoryException, RepositoryNotFoundException, TooLargeObjectInPackException, TooLargePackException

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

  • Constructor Details

    • TransportException

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

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

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

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