Package org.eclipse.jgit.errors
Class UnsupportedPackIndexVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.jgit.errors.UnsupportedPackIndexVersionException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedPackIndexVersionException extends java.io.IOException
Thrown when a PackIndex uses an index version not supported by JGit.- Since:
- 4.5
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description UnsupportedPackIndexVersionException(int version)
Construct an exception.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-