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
-
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
-
Constructor Details
-
OutOfMemory
Construct a wrapper around the original OutOfMemoryError.- Parameters:
cause
- the original root cause.
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classLargeObjectException
-