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:
java.io.Serializable
- Enclosing class:
- LargeObjectException
public static class LargeObjectException.OutOfMemory extends LargeObjectException
An error caused by the JVM being out of heap space.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jgit.errors.LargeObjectException
LargeObjectException.ExceedsByteArrayLimit, LargeObjectException.ExceedsLimit, LargeObjectException.OutOfMemory
-
-
Constructor Summary
Constructors Constructor Description OutOfMemory(java.lang.OutOfMemoryError cause)
Construct a wrapper around the original OutOfMemoryError.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-
Methods inherited from class org.eclipse.jgit.errors.LargeObjectException
getObjectId, getObjectName, setObjectId
-
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classLargeObjectException
-
-