public class GridCacheDataStructureInvalidRuntimeException extends GridRuntimeException
The best way to handle this error is to discard the invalid data structure instance and try getting the underlying data structure from cache again.
Note that data structures throw runtime exceptions out of methods that don't have checked exceptions in the signature.
| Constructor and Description |
|---|
GridCacheDataStructureInvalidRuntimeException(String msg)
Creates new exception with given error message.
|
GridCacheDataStructureInvalidRuntimeException(String msg,
Throwable cause)
Creates a new exception with given error message and optional nested cause exception.
|
GridCacheDataStructureInvalidRuntimeException(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 GridCacheDataStructureInvalidRuntimeException(String msg)
msg - Error message.public GridCacheDataStructureInvalidRuntimeException(Throwable cause)
cause - Non-null throwable cause.public GridCacheDataStructureInvalidRuntimeException(String msg, @Nullable Throwable cause)
msg - Error message.cause - Optional nested exception (can be null).Copyright © 2014. All rights reserved.