|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.TooLargeObjectInPackException
public class TooLargeObjectInPackException
Thrown when PackParser finds an object larger than a predefined limit
Constructor Summary | |
---|---|
TooLargeObjectInPackException(long maxObjectSizeLimit)
Construct a too large object in pack exception when the exact size of the too large object is not available. |
|
TooLargeObjectInPackException(long objectSize,
long maxObjectSizeLimit)
Construct a too large object in pack exception when the exact size of the too large object is known. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TooLargeObjectInPackException(long maxObjectSizeLimit)
maxObjectSizeLimit
- the maximum object size limitpublic TooLargeObjectInPackException(long objectSize, long maxObjectSizeLimit)
objectSize
- maxObjectSizeLimit
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |