Serializablepublic class TooLargeObjectInPackException extends IOException
| Constructor | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TooLargeObjectInPackException(long maxObjectSizeLimit)
maxObjectSizeLimit - the maximum object size limitpublic TooLargeObjectInPackException(long objectSize,
long maxObjectSizeLimit)
objectSize - maxObjectSizeLimit - Copyright © 2018. All rights reserved.