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

E17060-01

oracle.odi.core.exception
Class OdiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.odi.core.exception.OdiException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthenticationConfigurationSwitchingException, DuplicateIdException, InexistentMappingException, InvalidSubInterfaceException, InvocationException, NotReversibleException, OdiDomainException, OdiImportException, OdiInterfaceNotReadyForPersistException, OdiInterfaceNotReadyForPersistException, RepositorySetupException

public abstract class OdiException
extends java.lang.Exception

Root "checked" exception in the ODI exceptions hierarchy.

Exceptions that are thrown by ODI and that have to be caught by application code must subclass OdiException. Generally a checked exception is a non fatal exception.

Since:
11.1.1.3.0
See Also:
Serialized Form

Constructor Summary
OdiException(java.lang.String pMessage)
          Create a new OdiException.
OdiException(java.lang.String pMessage, java.lang.Throwable pCause)
          Create a new OdiException.
OdiException(java.lang.Throwable pCause)
          Create a new OdiException.
 
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

OdiException

public OdiException(java.lang.String pMessage)
Create a new OdiException.

Parameters:
pMessage - the detail message

OdiException

public OdiException(java.lang.String pMessage,
                    java.lang.Throwable pCause)
Create a new OdiException.

Parameters:
pMessage - the detail message
pCause - the cause

OdiException

public OdiException(java.lang.Throwable pCause)
Create a new OdiException.

Parameters:
pCause - the cause

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.