Class FileReftableStack.ReftableNumbersNotIncreasingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.jgit.internal.storage.file.FileReftableStack.ReftableNumbersNotIncreasingException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- FileReftableStack
public static class FileReftableStack.ReftableNumbersNotIncreasingException extends java.lang.RuntimeExceptionThrown if the update indices in the stack are not monotonic- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) longlastMax(package private) longmin(package private) java.lang.Stringnameprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ReftableNumbersNotIncreasingException(java.lang.String name, long lastMax, long min)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
name
java.lang.String name
-
lastMax
long lastMax
-
min
long min
-
-