|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.odi.core.exception.OdiException
oracle.odi.impexp.OdiImportException
oracle.odi.impexp.OdiImportReplaceException
public class OdiImportReplaceException
Exception thrown when an import-replace operation fails.
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 |
---|
public OdiImportReplaceException(java.lang.String pMessage)
pMessage
- a message for the exceptionpublic OdiImportReplaceException(java.lang.Throwable pThrowable)
pThrowable
- a Throwable object which is the cause of the exceptionpublic OdiImportReplaceException(java.lang.String pMessage, java.lang.Throwable pThrowable)
pMessage
- a message for the exceptionpThrowable
- a Throwable object which is the cause of the exception
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |