Class ClientConnectionNodeRecoveryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.processors.odbc.ClientConnectionNodeRecoveryException
-
- All Implemented Interfaces:
Serializable
public class ClientConnectionNodeRecoveryException extends IgniteCheckedException
Indicates that node is unavailable due to recovery mode.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientConnectionNodeRecoveryException(String msg)
-
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
-
ClientConnectionNodeRecoveryException
public ClientConnectionNodeRecoveryException(String msg)
-
-