Package org.apache.ignite.lang
Class ClusterNotInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.apache.ignite.lang.ClusterNotInitializedException
- All Implemented Interfaces:
Serializable
,TraceableException
Thrown when cluster is not yet initialized.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClusterNotInitializedException
(UUID traceId, int code, String message, @Nullable Throwable cause) -
Method Summary
Methods inherited from class org.apache.ignite.lang.IgniteException
code, codeAsString, errorCode, groupCode, groupName, toString, traceId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ClusterNotInitializedException
public ClusterNotInitializedException() -
ClusterNotInitializedException
-