public class IgniteCacheRestartingException extends IgniteException
| Constructor and Description |
|---|
IgniteCacheRestartingException(IgniteFuture<?> restartFut,
String msg) |
IgniteCacheRestartingException(IgniteFuture<?> restartFut,
String msg,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
IgniteFuture<?> |
restartFuture() |
getCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic IgniteCacheRestartingException(IgniteFuture<?> restartFut, String msg)
restartFut - Restart future.msg - Error message.public IgniteCacheRestartingException(IgniteFuture<?> restartFut, String msg, @Nullable Throwable cause)
restartFut - Restart future.msg - Error message.cause - Optional nested exception (can be null).public IgniteFuture<?> restartFuture()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019