public class TooLargeObjectInPackException extends TransportException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
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,
java.lang.String s)
Construct a too large object in pack exception.
|
private static final long serialVersionUID
public TooLargeObjectInPackException(long maxObjectSizeLimit)
maxObjectSizeLimit
- the maximum object size limitpublic TooLargeObjectInPackException(long objectSize, long maxObjectSizeLimit)
objectSize
- a long.maxObjectSizeLimit
- a long.public TooLargeObjectInPackException(URIish uri, java.lang.String s)
uri
- URI used for transports
- message