Class PackMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.PackMismatchException
All Implemented Interfaces:
Serializable

public class PackMismatchException extends IOException
Thrown when a Pack no longer matches the PackIndex.
See Also:
  • Field Details

  • Constructor Details

    • PackMismatchException

      public PackMismatchException(String why)
      Construct a pack modification error.
      Parameters:
      why - description of the type of error.