Package org.apache.ignite.lang
Class NodeNotStartedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.apache.ignite.lang.NodeNotStartedException
- All Implemented Interfaces:
Serializable
,TraceableException
Thrown when embedded node is not yet started or it's already stopped.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNodeNotStartedException
(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
-
NodeNotStartedException
public NodeNotStartedException() -
NodeNotStartedException
-