Class 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:
    Serialized Form
    • Constructor Detail

      • NoPackSignatureException

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