|
||||||||||
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.dataservices.fwk.DataServiceException
oracle.odi.dataservices.fwk.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. |
Methods inherited from class oracle.odi.dataservices.fwk.DataServiceException |
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, setStackTrace |
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 causepublic InvalidInputMessageException(java.lang.String pMessage, java.lang.Throwable pCause)
InvalidInputMessageException
, specifying a
message and a cause.
pMessage
- the messagepCause
- the cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |