|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-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.odi.core.exception.OdiException
oracle.odi.domain.OdiDomainException
oracle.odi.domain.runtime.ess.EssSchedulerException
oracle.odi.domain.runtime.ess.IllegalJobRequestStateException
public class IllegalJobRequestStateException
Exception to be thrown by IJobRequestRepository when a request that is attempt to be removed
but is in a state that doesn't allow it to be removed.
| Constructor Summary | |
|---|---|
IllegalJobRequestStateException(java.lang.String pMessage)
Constructs an IllegalJobRequestStateException object. |
|
IllegalJobRequestStateException(java.lang.String pMessage,
java.lang.Throwable pCause)
Construct a new IllegalRequestStateException. |
|
| 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 IllegalJobRequestStateException(java.lang.String pMessage)
pMessage - a String ...
public IllegalJobRequestStateException(java.lang.String pMessage,
java.lang.Throwable pCause)
IllegalRequestStateException.
pMessage - messagepCause - cause
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||