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