|
|||||||||
| 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.InvalidParameterForExpressionException
public class InvalidParameterForExpressionException
This exception will be thrown if parameters passed for cron expression is wrong.
| Constructor Summary | |
|---|---|
InvalidParameterForExpressionException(java.lang.String string)Constructs a InvalidParameterForExpressionException with the specified detail message |
|
| Method Summary |
|---|
| 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 InvalidParameterForExpressionException(java.lang.String string)
InvalidParameterForExpressionException with the specified detail message
string - is the message used to describe the exception condition.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||