Package org.eclipse.jgit.errors
Class LargeObjectException.ExceedsByteArrayLimit
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.jgit.errors.LargeObjectException
-
- org.eclipse.jgit.errors.LargeObjectException.ExceedsByteArrayLimit
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- LargeObjectException
public static class LargeObjectException.ExceedsByteArrayLimit extends LargeObjectException
Object size exceeds JVM limit of 2 GiB per byte array.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jgit.errors.LargeObjectException
LargeObjectException.ExceedsByteArrayLimit, LargeObjectException.ExceedsLimit, LargeObjectException.OutOfMemory
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ExceedsByteArrayLimit()
-
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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
Description copied from class:LargeObjectException
- Overrides:
getMessage
in classLargeObjectException
-
-