public class TooLargeObjectInPackException
extends java.io.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.
|
public TooLargeObjectInPackException(long maxObjectSizeLimit)
maxObjectSizeLimit - the maximum object size limitpublic TooLargeObjectInPackException(long objectSize,
long maxObjectSizeLimit)
objectSize - maxObjectSizeLimit - Copyright © 2012. All Rights Reserved.