Serializable
public static class LargeObjectException.ExceedsLimit extends LargeObjectException
LargeObjectException.ExceedsByteArrayLimit, LargeObjectException.ExceedsLimit, LargeObjectException.OutOfMemory
Constructor | Description |
---|---|
ExceedsLimit(long limit,
long size) |
Construct an exception for a particular size being exceeded.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getMessage() |
getObjectId, getObjectName, setObjectId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExceedsLimit(long limit, long size)
limit
- the limit the caller imposed on the object.size
- the actual size of the object.public String getMessage()
getMessage
in class LargeObjectException
Copyright © 2018. All rights reserved.