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