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:
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 String
getMessage()
-
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
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
Description copied from class:LargeObjectException
- Overrides:
getMessage
in classLargeObjectException
-
-