oracle.odi.dataservices.fwk
Class InvalidInputMessageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.odi.dataservices.fwk.DataServiceException
              extended byoracle.odi.dataservices.fwk.InvalidInputMessageException
All Implemented Interfaces:
java.io.Serializable

public class InvalidInputMessageException
extends DataServiceException

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).

See Also:
Serialized Form

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

InvalidInputMessageException

public InvalidInputMessageException(java.lang.String pMessage)
Constructs a new InvalidInputMessageException, specifying a message.

Parameters:
pMessage - the message

InvalidInputMessageException

public InvalidInputMessageException(java.lang.Throwable pCause)
Constructs a new InvalidInputMessageException, specifying a cause.

Parameters:
pCause - the cause

InvalidInputMessageException

public InvalidInputMessageException(java.lang.String pMessage,
                                    java.lang.Throwable pCause)
Constructs a new InvalidInputMessageException, specifying a message and a cause.

Parameters:
pMessage - the message
pCause - the cause