Class ClusterTopologyCheckedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.cluster.ClusterTopologyCheckedException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClusterGroupEmptyCheckedException,ClusterTopologyServerNotFoundException
public class ClusterTopologyCheckedException extends IgniteCheckedException
This exception is used to indicate error with grid topology (e.g., crashed node, etc.).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterTopologyCheckedException(String msg)Creates new topology exception with given error message.ClusterTopologyCheckedException(String msg, @Nullable Throwable cause)Creates new topology exception with given error message and optional nested exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IgniteInternalFuture<?>retryReadyFuture()voidretryReadyFuture(IgniteInternalFuture<?> readyFut)-
Methods inherited from class org.apache.ignite.IgniteCheckedException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ClusterTopologyCheckedException
public ClusterTopologyCheckedException(String msg)
Creates new topology exception with given error message.- Parameters:
msg- Error message.
-
-
Method Detail
-
retryReadyFuture
public IgniteInternalFuture<?> retryReadyFuture()
- Returns:
- Retry ready future.
-
retryReadyFuture
public void retryReadyFuture(IgniteInternalFuture<?> readyFut)
- Parameters:
readyFut- Retry ready future.
-
-