Package org.apache.ignite.internal
Class IgniteNeedReconnectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.IgniteNeedReconnectException
-
- All Implemented Interfaces:
Serializable
public class IgniteNeedReconnectException extends IgniteCheckedException
Indicates that node should try reconnect to cluster.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IgniteNeedReconnectException(ClusterNode node, @Nullable Throwable cause)
-
Method Summary
-
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
-
IgniteNeedReconnectException
public IgniteNeedReconnectException(ClusterNode node, @Nullable @Nullable Throwable cause)
- Parameters:
node
- Node that should reconnect.cause
- Cause.
-
-