Serializable
public 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, wait
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 © 2018. All rights reserved.