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:
Serializable
Enclosing class:
FileReftableStack

public static class FileReftableStack.ReftableNumbersNotIncreasingException extends RuntimeException
Thrown if the update indices in the stack are not monotonic
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      String name
    • lastMax

      long lastMax
    • min

      long min
  • Constructor Details

    • ReftableNumbersNotIncreasingException

      ReftableNumbersNotIncreasingException(String name, long lastMax, long min)
  • Method Details