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