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, org.apache.ignite.lang.TraceableException

public class NodeStartException extends org.apache.ignite.lang.IgniteException
Thrown when node failed to start.
See Also:
  • Constructor Details

    • NodeStartException

      public NodeStartException(String message, @Nullable @Nullable Throwable cause)
    • NodeStartException

      public NodeStartException(String message)
    • NodeStartException

      public NodeStartException(UUID traceId, int code, String message, @Nullable @Nullable Throwable cause)