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

E17060-01

oracle.odi.impexp
Class OdiImportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.odi.core.exception.OdiException
              extended by oracle.odi.impexp.OdiImportException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OdiImportForbiddenException, OdiImportNotConsistentSynonymException, OdiImportNotSupportedException, OdiImportReplaceException, OdiImportUserProcedureOverKMException

public abstract class OdiImportException
extends OdiException

Exception thrown when import of objects in ODI repository fails.

Since:
11.1.1.3.0
See Also:
Serialized Form

Constructor Summary
OdiImportException(java.lang.String pMessage)
          Constructs an OdiImportException object.
OdiImportException(java.lang.String pMessage, java.lang.Throwable pCause)
          Constructs an OdiImportException object.
OdiImportException(java.lang.Throwable pCause)
          Constructs an OdiImportException object.
 
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

OdiImportException

public OdiImportException(java.lang.String pMessage)
Constructs an OdiImportException object.

Parameters:
pMessage - a message for the exception

OdiImportException

public OdiImportException(java.lang.String pMessage,
                          java.lang.Throwable pCause)
Constructs an OdiImportException object.

Parameters:
pMessage - a message for the exception
pCause - a Throwable object which is the cause of the exception

OdiImportException

public OdiImportException(java.lang.Throwable pCause)
Constructs an OdiImportException object.

Parameters:
pCause - a Throwable object which is the cause of the exception

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.