|
Oracle Containers for J2EE Job Scheduler Java API Reference 10g Release 3 (10.1.3) B16026-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
oracle.ias.scheduler.SchedulerException
oracle.ias.scheduler.IllegalOperationException
This exception is thrown by the Scheduler API, when an operation that is not permitted is invoked
| Constructor Summary | |
IllegalOperationException()
Constructs a new exception with null as its message. |
|
IllegalOperationException(java.lang.String key)
Constructs a new exception with the specified localized message key. |
|
IllegalOperationException(java.lang.String key,
java.lang.Object param)
Constructs a new exception with the specified localized message key and a single message parameter string. |
|
IllegalOperationException(java.lang.String key,
java.lang.Object param1,
java.lang.Object param2)
Constructs a new exception with the specified localized message key and two message parameter string. |
|
IllegalOperationException(java.lang.String key,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Throwable cause)
Constructs a new exception with the specified localized message key and two message parameters and a cause |
|
IllegalOperationException(java.lang.String key,
java.lang.Object param,
java.lang.Throwable cause)
Constructs a new exception with the specified localized message key and single message parameter and a cause |
|
IllegalOperationException(java.lang.String key,
java.lang.Throwable cause)
Constructs a new exception with the specified localized message key and cause. |
|
IllegalOperationException(java.lang.Throwable cause)
Constructs a new exception with the specified cause. |
|
| Methods inherited from class oracle.ias.scheduler.SchedulerException |
getMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IllegalOperationException()
public IllegalOperationException(java.lang.String key)
key - The key of the localized exception message
which is later retrieved using the getMessage method.
public IllegalOperationException(java.lang.String key,
java.lang.Object param)
key - The key of the localized exception message
which is later retrieved using the getMessage method.param - The parameter to the localized message for this
exception instance.
public IllegalOperationException(java.lang.String key,
java.lang.Object param1,
java.lang.Object param2)
key - The key of the localized exception message
which is later retrieved using the getMessage method.param1 - The first parameter to the localized message for
this exception instance.param2 - The second parameter to the localized message for this
exception instance.
public IllegalOperationException(java.lang.String key,
java.lang.Throwable cause)
key - The key of the localized exception message
which is later retrieved using the getMessage method.cause - The cause which is saved for the later retrieval
by the getCause method.
public IllegalOperationException(java.lang.String key,
java.lang.Object param,
java.lang.Throwable cause)
key - The key of the localized exception message
which is later retrieved using the getMessage method.param - The parameter to the localized message for this
exception instance.cause - The cause which is saved for the later retrieval
by the getCause method.
public IllegalOperationException(java.lang.String key,
java.lang.Object param1,
java.lang.Object param2,
java.lang.Throwable cause)
key - The key of the localized exception message
which is later retrieved using the getMessage method.param1 - The first parameter to the localized message for
this exception instance.param2 - The second parameter to the localized message for
this exception instance.cause - The cause which is saved for the later retrieval
by the getCause method.public IllegalOperationException(java.lang.Throwable cause)
cause - The cause which is saved for the later retrieval
by the getCause method.
|
Oracle Containers for J2EE Job Scheduler Java API Reference 10g Release 3 (10.1.3) B16026-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||