Class NoPackSignatureException

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

public class NoPackSignatureException extends IOException
Thrown when a Pack is found not to contain the pack signature defined by git.
Since:
4.5
See Also:
  • Field Details

  • Constructor Details

    • NoPackSignatureException

      public NoPackSignatureException(String why)
      Construct an exception.
      Parameters:
      why - description of the type of error.