Class TransportException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TooLargeObjectInPackException, TooLargePackException

public class TransportException extends GitAPIException
Exception thrown when transport operation failed
See Also:
  • Field Details

  • Constructor Details

    • TransportException

      public TransportException(String msg)
      Constructor for TransportException
      Parameters:
      msg - message describing the transport failure.
    • TransportException

      public TransportException(String msg, Throwable cause)
      Constructor for TransportException
      Parameters:
      msg - message describing the transport exception.
      cause - why the transport failed.