Package org.apache.ignite.internal
Class NodeStoppingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.NodeStoppingException
-
- All Implemented Interfaces:
Serializable
public class NodeStoppingException extends IgniteCheckedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeStoppingException(String msg)
NodeStoppingException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.ignite.IgniteCheckedException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-