Package oracle.iam.scheduler.exception
Class RequiredParameterNotSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.scheduler.exception.RequiredParameterNotSetException
- All Implemented Interfaces:
Serializable
This exception will be thrown if value is not set for required parameters of
a schedule task.
- Author:
- gaurkuma
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRequiredParameterNotSetException
(String string, String parameterName) Constructs aRequiredParameterNotSetException
with the specified detail message and schedule task parameter name. -
Method Summary
Modifier and TypeMethodDescriptionProvides schedule task parameter name.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequiredParameterNotSetException
Constructs aRequiredParameterNotSetException
with the specified detail message and schedule task parameter name.- Parameters:
string
- is the message used to describe the exception condition.parameterName
- Schedule task parameter name
-
-
Method Details
-
getParameterName
Provides schedule task parameter name.- Returns:
- Schedule task parameter name
-