Package org.eclipse.jgit.api.errors
Class TooLargeObjectInPackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.errors.TransportException
org.eclipse.jgit.api.errors.TooLargeObjectInPackException
- All Implemented Interfaces:
Serializable
Exception thrown when PackParser finds an object larger than a predefined
limit
- Since:
- 4.4
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for TooLargeObjectInPackExceptionTooLargeObjectInPackException
(String msg, Throwable cause) Constructor for TooLargeObjectInPackException -
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
-
TooLargeObjectInPackException
Constructor for TooLargeObjectInPackException- Parameters:
msg
- message describing the transport failure.
-
TooLargeObjectInPackException
Constructor for TooLargeObjectInPackException- Parameters:
msg
- message describing the transport exception.cause
- why the transport failed.
-