Package org.apache.nemo.common.exception
Class InvalidParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.InvalidParameterException
-
- All Implemented Interfaces:
java.io.Serializable
public final class InvalidParameterException extends java.lang.RuntimeException
InvalidParameterException. Thrown when the given parameters are invalid values in Runtime components.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidParameterException(java.lang.String message)
InvalidParameterException.
-