public class IgniteClientDisconnectedException extends IgniteException
| Constructor and Description |
|---|
IgniteClientDisconnectedException(IgniteFuture<?> reconnectFut,
String msg) |
IgniteClientDisconnectedException(IgniteFuture<?> reconnectFut,
String msg,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
IgniteFuture<?> |
reconnectFuture() |
getCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic IgniteClientDisconnectedException(IgniteFuture<?> reconnectFut, String msg)
reconnectFut - Reconnect future.msg - Error message.public IgniteClientDisconnectedException(IgniteFuture<?> reconnectFut, String msg, @Nullable Throwable cause)
reconnectFut - Reconnect future.msg - Error message.cause - Optional nested exception (can be null).public IgniteFuture<?> reconnectFuture()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016