|
Oracle© Data Integrator Data Services Java API Reference 11g Release 1 (11.1.1.6.0) E17062-03 |
||||||||
| 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.dataservices.fwk.DataServiceException
oracle.odi.dataservices.fwk.InvalidInputMessageException
public class InvalidInputMessageException
An exception thrown when input data provided to the web service is incorrect (for example, when an invalid SOAP message is sent to the web service).
| Constructor Summary | |
|---|---|
InvalidInputMessageException(java.lang.String pMessage)Constructs a new InvalidInputMessageException, specifying a message. |
|
InvalidInputMessageException(java.lang.String pMessage, java.lang.Throwable pCause)Constructs a new InvalidInputMessageException, specifying a message and a cause. |
|
InvalidInputMessageException(java.lang.Throwable pCause)Constructs a new InvalidInputMessageException, specifying a cause. |
|
| 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 InvalidInputMessageException(java.lang.String pMessage)
InvalidInputMessageException, specifying a message.
pMessage - the messagepublic InvalidInputMessageException(java.lang.Throwable pCause)
InvalidInputMessageException, specifying a cause.
pCause - the cause
public InvalidInputMessageException(java.lang.String pMessage,
java.lang.Throwable pCause)
InvalidInputMessageException, specifying a message and a cause.
pMessage - the messagepCause - the cause
|
Oracle© Data Integrator Data Services Java API Reference 11g Release 1 (11.1.1.6.0) E17062-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||