Class CorruptPackIndexException

  • All Implemented Interfaces:
    Serializable

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

      • 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.