Package org.eclipse.jgit.errors
Class TooLargePackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.jgit.errors.TooLargePackException
-
- All Implemented Interfaces:
java.io.Serializable
public class TooLargePackException extends java.io.IOException
Thrown when a pack exceeds a given size limit- Since:
- 3.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooLargePackException(long packSizeLimit)
Construct a too large pack exception.
-