public class ClusterTopologyException extends IgniteException
Constructor and Description |
---|
ClusterTopologyException(String msg)
Creates new topology exception with given error message.
|
ClusterTopologyException(String msg,
@Nullable Throwable cause)
Creates new topology exception with given error message and optional
nested exception.
|
Modifier and Type | Method and Description |
---|---|
IgniteFuture<?> |
retryReadyFuture() |
void |
retryReadyFuture(IgniteFuture<?> readyFut) |
getCause, hasCause, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ClusterTopologyException(String msg)
msg
- Error message.public IgniteFuture<?> retryReadyFuture()
public void retryReadyFuture(IgniteFuture<?> readyFut)
readyFut
- Retry ready future.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019