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

E17060-01

oracle.odi.impexp
Class OdiImportReplaceException

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.OdiImportReplaceException
All Implemented Interfaces:
java.io.Serializable

public class OdiImportReplaceException
extends OdiImportException

Exception thrown when an import-replace operation fails.

Since:
11.1.1.3.0
See Also:
Serialized Form

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

OdiImportReplaceException

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

Parameters:
pMessage - a message for the exception

OdiImportReplaceException

public OdiImportReplaceException(java.lang.String pMessage,
                                 java.lang.Throwable pThrowable)
Constructs an OdiImportReplaceException object.

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

OdiImportReplaceException

public OdiImportReplaceException(java.lang.Throwable pThrowable)
Constructs an OdiImportReplaceException object.

Parameters:
pThrowable - 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.