public class RequiredParameterNotSetException
extends java.lang.Exception
Constructor and Description |
---|
RequiredParameterNotSetException(java.lang.String string,
java.lang.String parameterName)
Constructs a
RequiredParameterNotSetException with the
specified detail message and schedule task parameter name. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParameterName()
Provides schedule task parameter name.
|
public RequiredParameterNotSetException(java.lang.String string, java.lang.String parameterName)
RequiredParameterNotSetException
with the
specified detail message and schedule task parameter name.string
- is the message used to describe the exception condition.parameterName
- Schedule task parameter name