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

public class NodeNotStartedException extends org.apache.ignite.lang.IgniteException
Thrown when embedded node is not yet started or it's already stopped.
See Also:
  • Constructor Details

    • NodeNotStartedException

      public NodeNotStartedException()
    • NodeNotStartedException

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