Skip navigation links

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

E17060-03


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, InvocationException, OdiDomainException, OdiImportException, RepositorySetupException

Deprecated. Use OdiCheckedException instead this one. This class can be removed at any time.

@Deprecated
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)
          Deprecated. Create a new OdiException.
OdiException(java.lang.String pMessage, java.lang.Throwable pCause)
          Deprecated. Create a new OdiException.
OdiException(java.lang.Throwable pCause)
          Deprecated. 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,
                    java.lang.Throwable pCause)
Deprecated. 
Create a new OdiException.
Parameters:
pMessage - the detail message
pCause - the cause

OdiException

public OdiException(java.lang.String pMessage)
Deprecated. 
Create a new OdiException.
Parameters:
pMessage - the detail message

OdiException

public OdiException(java.lang.Throwable pCause)
Deprecated. 
Create a new OdiException.
Parameters:
pCause - the cause

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.