public class ClusterTopologyCheckedException extends IgniteCheckedException
| Constructor and Description |
|---|
ClusterTopologyCheckedException(String msg)
Creates new topology exception with given error message.
|
ClusterTopologyCheckedException(String msg,
Throwable cause)
Creates new topology exception with given error message and optional
nested exception.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<?> |
retryReadyFuture() |
void |
retryReadyFuture(IgniteInternalFuture<?> readyFut) |
getCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ClusterTopologyCheckedException(String msg)
msg - Error message.public IgniteInternalFuture<?> retryReadyFuture()
public void retryReadyFuture(IgniteInternalFuture<?> readyFut)
readyFut - Retry ready future.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.7.0 Release Date : August 1 2016