|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.scheduler.exception.RequiredParameterNotSetException
public class RequiredParameterNotSetException
This exception will be thrown if value is not set for required parameters of a schedule task.
| Constructor Summary | |
|---|---|
RequiredParameterNotSetException(java.lang.String string, java.lang.String parameterName) |
|
| Method Summary | |
|---|---|
java.lang.String |
getParameterName() |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RequiredParameterNotSetException(java.lang.String string,
java.lang.String parameterName)
| Method Detail |
|---|
public java.lang.String getParameterName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||