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
Thrown when a pack exceeds a given size limit
- Since:
- 3.3
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTooLargePackException
(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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TooLargePackException
public TooLargePackException(long packSizeLimit) Construct a too large pack exception.- Parameters:
packSizeLimit
- the pack size limit (in bytes) that was exceeded
-
TooLargePackException
Construct a too large pack exception.- Parameters:
uri
- URI used for transports
- message- Since:
- 4.0
-