Package org.eclipse.jgit.errors
Class PackInvalidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.jgit.errors.PackInvalidException
-
- All Implemented Interfaces:
java.io.Serializable
public class PackInvalidException extends java.io.IOException
Thrown when a PackFile previously failed and is known to be unusable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PackInvalidException(java.io.File path)
Construct a pack invalid error.PackInvalidException(java.lang.String path)
Construct a pack invalid error.
-
-
-
Constructor Detail
-
PackInvalidException
public PackInvalidException(java.io.File path)
Construct a pack invalid error.- Parameters:
path
- path of the invalid pack file.
-
PackInvalidException
public PackInvalidException(java.lang.String path)
Construct a pack invalid error.- Parameters:
path
- path of the invalid pack file.
-
-