Package org.apache.nemo.common.exception
Class UnknownExecutionStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.UnknownExecutionStateException
-
- All Implemented Interfaces:
java.io.Serializable
public final class UnknownExecutionStateException extends java.lang.RuntimeException
UnknownExecutionStateException. Thrown when the execution state is undefined in Runtime.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownExecutionStateException(java.lang.Throwable cause)
UnknownExecutionStateException.
-