public class TooLargeObjectInPackException extends TransportException
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.
|
TooLargeObjectInPackException(URIish uri,
String s)
Construct a too large object in pack exception.
|
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
- a long.maxObjectSizeLimit
- a long.Copyright © 2019 Eclipse JGit Project. All rights reserved.