Package org.apache.nemo.common.exception
Class UnsupportedCommPatternException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.UnsupportedCommPatternException
-
- All Implemented Interfaces:
java.io.Serializable
public final class UnsupportedCommPatternException extends java.lang.RuntimeException
UnsupportedCommPatternException. Thrown when the intermediate data communication pattern is not supported in Runtime.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedCommPatternException(java.lang.Throwable cause)
UnsupportedCommPatternException.
-