Skip navigation links

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

E17060-04


oracle.odi.impexp.smartie
Class OdiSmartImportException

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
                  extended by oracle.odi.impexp.smartie.OdiSmartImportException

All Implemented Interfaces:
java.io.Serializable

public class OdiSmartImportException
extends OdiImportException

Exception thrown when doing smart import of objects into ODI repository fails.

Since:
11.1.1.6.0
See Also:
ISmartImportService, Serialized Form

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

OdiSmartImportException

public OdiSmartImportException(java.lang.String pMessage,
                               java.lang.Throwable pCause)
Constructs an OdiSmartImportException object.
Parameters:
pMessage - a message for the exception
pCause - a Throwable object which is the cause of the exception

OdiSmartImportException

public OdiSmartImportException(java.lang.String pMessage)
Constructs an OdiSmartImportException object.
Parameters:
pMessage - a message for the exception

OdiSmartImportException

public OdiSmartImportException(java.lang.Throwable pCause)
Constructs an OdiSmartImportException object.
Parameters:
pCause - a Throwable object which is the cause of the exception

Skip navigation links

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

E17060-04


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