public class IgniteClientDisconnectedException extends IgniteException
Constructor and Description |
---|
IgniteClientDisconnectedException(IgniteFuture<?> reconnectFut,
String msg) |
IgniteClientDisconnectedException(IgniteFuture<?> reconnectFut,
String msg,
@Nullable Throwable cause) |
Modifier and Type | Method and Description |
---|---|
IgniteFuture<?> |
reconnectFuture() |
getCause, hasCause, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public IgniteClientDisconnectedException(IgniteFuture<?> reconnectFut, String msg)
reconnectFut
- Reconnect future.msg
- Error message.public IgniteClientDisconnectedException(IgniteFuture<?> reconnectFut, String msg, @Nullable @Nullable Throwable cause)
reconnectFut
- Reconnect future.msg
- Error message.cause
- Optional nested exception (can be null
).public IgniteFuture<?> reconnectFuture()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024