Package org.eclipse.jgit.errors
Class UnpackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.jgit.errors.UnpackException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnpackException extends java.io.IOException
Indicates a ReceivePack failure while scanning the pack stream.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description UnpackException(java.lang.Throwable why)
Creates an exception with a root cause.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-