Skip navigation links

Oracle© Data Integrator Data Services Java API Reference
11g Release 1 (11.1.1.6.0)

E17062-03


oracle.odi.dataservices.fwk
Class InvalidInputMessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.odi.dataservices.fwk.DataServiceException
              extended by oracle.odi.dataservices.fwk.InvalidInputMessageException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MissingChildException

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.

 

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

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

Skip navigation links

Oracle© Data Integrator Data Services Java API Reference
11g Release 1 (11.1.1.6.0)

E17062-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.