Class CorruptPackIndexException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.errors.CorruptPackIndexException
All Implemented Interfaces:
Serializable

public class CorruptPackIndexException extends Exception
Exception thrown when encounters a corrupt pack index file.
Since:
4.9
See Also:
  • Constructor Details

    • CorruptPackIndexException

      public CorruptPackIndexException(String message, CorruptPackIndexException.ErrorType errorType)
      Report a specific error condition discovered in an index file.
      Parameters:
      message - the error message.
      errorType - the error type of corruption.
  • Method Details