Package org.apache.nemo.common.exception
Class UnsupportedExecutionPropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.UnsupportedExecutionPropertyException
-
- All Implemented Interfaces:
java.io.Serializable
public final class UnsupportedExecutionPropertyException extends java.lang.RuntimeException
UnsupportedExecutionPropertyException. Thrown when Runtime does not support the execution property or it is unknown.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedExecutionPropertyException(java.lang.String message)
UnsupportedExecutionPropertyException.
-