Package org.eclipse.jgit.errors
Class TooLargePackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.jgit.errors.TransportException
-
- org.eclipse.jgit.errors.TooLargePackException
-
- All Implemented Interfaces:
Serializable
public class TooLargePackException extends TransportException
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.TooLargePackException(URIish uri, String s)
Construct a too large pack exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-