Package org.eclipse.jgit.errors
Class LargeObjectException.OutOfMemory
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jgit.errors.LargeObjectException
org.eclipse.jgit.errors.LargeObjectException.OutOfMemory
- All Implemented Interfaces:
Serializable
- Enclosing class:
LargeObjectException
An error caused by the JVM being out of heap space.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jgit.errors.LargeObjectException
LargeObjectException.ExceedsByteArrayLimit, LargeObjectException.ExceedsLimit, LargeObjectException.OutOfMemory
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOutOfMemory
(OutOfMemoryError cause) Construct a wrapper around the original OutOfMemoryError. -
Method Summary
Methods inherited from class org.eclipse.jgit.errors.LargeObjectException
getObjectId, getObjectName, setObjectId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
OutOfMemory
Construct a wrapper around the original OutOfMemoryError.- Parameters:
cause
- the original root cause.
-
-
Method Details
-
getMessage
Description copied from class:LargeObjectException
- Overrides:
getMessage
in classLargeObjectException
-