public class GridNotIdleException extends IgniteException
| Constructor and Description |
|---|
GridNotIdleException()
Create empty exception.
|
GridNotIdleException(String msg)
Creates new exception with given error message.
|
GridNotIdleException(String msg,
@Nullable Throwable cause)
Creates new exception with given error message and optional nested exception.
|
GridNotIdleException(Throwable cause)
Creates new exception with given throwable as a cause and source of error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getCause, hasCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GridNotIdleException()
public GridNotIdleException(String msg)
msg - Error message.public GridNotIdleException(Throwable cause)
cause - Non-null throwable cause.public String toString()
toString in class IgniteException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021