Package org.eclipse.jgit.errors
Class LargeObjectException.ExceedsLimit
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.jgit.errors.LargeObjectException
-
- org.eclipse.jgit.errors.LargeObjectException.ExceedsLimit
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- LargeObjectException
public static class LargeObjectException.ExceedsLimit extends LargeObjectException
Object size exceeds the caller's upper limit.- 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 ExceedsLimit(long limit, long size)
Construct an exception for a particular size being exceeded.
-
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
-
-