Package org.apache.ignite.lang
Class NodeStartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.apache.ignite.lang.NodeStartException
- All Implemented Interfaces:
Serializable
,TraceableException
Thrown when node failed to start.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNodeStartException
(String message) NodeStartException
(String message, @Nullable Throwable cause) NodeStartException
(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
-
NodeStartException
-
NodeStartException
-
NodeStartException
-