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:
Serializable
Thrown when a Pack is found not to contain the pack signature defined by git.
- Since:
- 4.5
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NoPackSignatureException
Construct an exception.- Parameters:
why
- description of the type of error.
-