Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.interfaces.data
Class OdiConnectionNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.odi.interfaces.data.OdiConnectionNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class OdiConnectionNotFoundException
extends java.lang.Exception

An exception used when setting up runtime data access or checking expressions. Both data access and expression checking require an active connection, and this exception is thrown if the connection information cannot be found. This means that the information necessary to make the connection is not found, not that the connection failed. For example if no logical or physical schema is defined for the checked object.

See Also:
Serialized Form

Constructor Summary
OdiConnectionNotFoundException()
           
 
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

OdiConnectionNotFoundException

public OdiConnectionNotFoundException()

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

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