public class CacheInvalidStateException extends IgniteCheckedException
Constructor and Description |
---|
CacheInvalidStateException()
Create empty exception.
|
CacheInvalidStateException(String msg)
Creates new exception with given error message.
|
CacheInvalidStateException(String msg,
Throwable cause)
Creates new exception with given error message and optional nested exception.
|
CacheInvalidStateException(Throwable cause)
Creates new grid exception with given throwable as a cause and
source of error message.
|
getCause, hasCause, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CacheInvalidStateException()
public CacheInvalidStateException(String msg)
msg
- Error message.public CacheInvalidStateException(Throwable cause)
cause
- Non-null throwable cause.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.0 Release Date : November 30 2018