Class NodeStartException

All Implemented Interfaces:
Serializable, TraceableException

public class NodeStartException extends 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)