Class UnpackException

All Implemented Interfaces:
Serializable

public class UnpackException extends IOException
Indicates a ReceivePack failure while scanning the pack stream.
See Also:
  • Field Details

  • Constructor Details

    • UnpackException

      public UnpackException(Throwable why)
      Creates an exception with a root cause.
      Parameters:
      why - the root cause of the unpacking failure.