Package org.apache.nemo.common.exception
Class UnsupportedMethodException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.UnsupportedMethodException
-
- All Implemented Interfaces:
java.io.Serializable
public final class UnsupportedMethodException extends java.lang.RuntimeException
UnsupportedMethodException. Thrown when a unsupported method in a class is called.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedMethodException(java.lang.String message)
UnsupportedMethodException.
-