public class IgniteClusterReadOnlyException extends IgniteCheckedException
| Constructor and Description |
|---|
IgniteClusterReadOnlyException()
Create empty exception.
|
IgniteClusterReadOnlyException(String msg)
Creates new exception with given error message.
|
IgniteClusterReadOnlyException(String msg,
@Nullable Throwable cause)
Creates new exception with given error message and optional nested exception.
|
IgniteClusterReadOnlyException(String msg,
@Nullable Throwable cause,
boolean writableStackTrace)
Creates new exception with given error message and optional nested exception.
|
IgniteClusterReadOnlyException(Throwable cause)
Creates new grid exception with given throwable as a cause and
source of error message.
|
getCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic IgniteClusterReadOnlyException()
public IgniteClusterReadOnlyException(String msg)
msg - Error message.public IgniteClusterReadOnlyException(Throwable cause)
cause - Non-null throwable cause.public IgniteClusterReadOnlyException(String msg, @Nullable @Nullable Throwable cause, boolean writableStackTrace)
msg - Error message.cause - Optional nested exception (can be null).writableStackTrace - whether or not the stack trace should
be writable
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023