public class TooLargeObjectInPackException extends IOException
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TooLargeObjectInPackException(long maxObjectSizeLimit)
maxObjectSizeLimit
- the maximum object size limitpublic TooLargeObjectInPackException(long objectSize, long maxObjectSizeLimit)
objectSize
- maxObjectSizeLimit
- Copyright © 2015 Eclipse JGit Project. All rights reserved.