Package org.eclipse.jgit.errors
Class UnsupportedPackVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.jgit.errors.UnsupportedPackVersionException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedPackVersionException extends java.io.IOException
Thrown when a PackFile uses a pack 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 UnsupportedPackVersionException(long version)
Construct an exception.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-