Package org.eclipse.jgit.errors
Class NoPackSignatureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.jgit.errors.NoPackSignatureException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoPackSignatureException extends java.io.IOException
Thrown when a Pack is found not to contain the pack signature defined by git.- Since:
- 4.5
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description NoPackSignatureException(java.lang.String why)
Construct an exception.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-