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
public class NoPackSignatureException extends IOException
Thrown when a Pack is found not to contain the pack signature defined by git.- Since:
- 4.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoPackSignatureException(String why)
Construct an exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoPackSignatureException
public NoPackSignatureException(String why)
Construct an exception.- Parameters:
why
- description of the type of error.
-
-