|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| 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.odi.core.exception.OdiException
oracle.odi.runtime.agent.invocation.InvocationException
public class InvocationException
Exception to be thrown when an ODI agent request invocation has failed.
| Constructor Summary | |
|---|---|
InvocationException(oracle.odi.runtime.agent.invocation.response.OdiAgentErrorAckType pResponse)Construct a new OdiInvocationException. |
|
InvocationException(java.lang.String pMessageInvoked, int pCode, java.lang.Exception pException)Construct a new OdiInvocationException. |
|
InvocationException(java.lang.String pMessageInvoked, int pCode, java.lang.String pMessage)Construct a new OdiInvocationException. |
|
InvocationException(java.lang.String pMessageInvoked, int pCode, java.lang.String pMessage, java.lang.Exception pException)Construct a new OdiInvocationException. |
|
| Method Summary | |
|---|---|
int |
getCode()Returns the code value. |
java.lang.String |
getInvocationRequestName()Get the invoked message name. |
| 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 InvocationException(java.lang.String pMessageInvoked,
int pCode,
java.lang.String pMessage)
OdiInvocationException.pMessageInvoked - message invokedpCode - error codepMessage - error message
public InvocationException(java.lang.String pMessageInvoked,
int pCode,
java.lang.Exception pException)
OdiInvocationException.pMessageInvoked - message invokedpCode - error codepException - exception
public InvocationException(java.lang.String pMessageInvoked,
int pCode,
java.lang.String pMessage,
java.lang.Exception pException)
OdiInvocationException.pMessageInvoked - message invokedpCode - error codepMessage - error messagepException - exceptionpublic InvocationException(oracle.odi.runtime.agent.invocation.response.OdiAgentErrorAckType pResponse)
OdiInvocationException.pResponse - Negative acknowledge returned by the agent| Method Detail |
|---|
public java.lang.String getInvocationRequestName()
public int getCode()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||