public class GridCacheDataStructureRemovedException extends GridException
Note that data structures throw runtime exceptions out of methods that don't have checked exceptions in the signature.
| Constructor and Description |
|---|
GridCacheDataStructureRemovedException(String msg)
Creates new exception with given error message.
|
GridCacheDataStructureRemovedException(String msg,
Throwable cause)
Creates a new exception with given error message and optional nested cause exception.
|
GridCacheDataStructureRemovedException(Throwable cause)
Creates new exception with given throwable as a nested cause and
source of error message.
|
getCause, getMessage, getOriginalMessage, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GridCacheDataStructureRemovedException(String msg)
msg - Error message.public GridCacheDataStructureRemovedException(Throwable cause)
cause - Non-null throwable cause.Copyright © 2014. All rights reserved.