Skip navigation links

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

E17060-03


oracle.odi.interfaces.data
Class OdiConnectionNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.odi.core.exception.OdiRuntimeException
                  extended by oracle.odi.exception.OdiUncheckedException
                      extended by oracle.odi.interfaces.data.OdiConnectionNotFoundException

All Implemented Interfaces:
java.io.Serializable

public class OdiConnectionNotFoundException
extends OdiUncheckedException

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()
          Create a new OdiConnectionNotFoundException.

 

Method Summary

 

Methods inherited from class oracle.odi.exception.OdiUncheckedException
getErrorID, getErrorMsgHandle, getLocalizedMessage, getLocalizedMessage, getMessage

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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()
Create a new OdiConnectionNotFoundException.
Since:
11.1.1.5.0

Skip navigation links

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

E17060-03


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