|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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.OdiImportNotConsistentSynonymException
public class OdiImportNotConsistentSynonymException
Exception thrown when an import object's identifier is not consistent with the identifier of the object in the repository.
| Constructor Summary | |
|---|---|
OdiImportNotConsistentSynonymException(java.lang.String pMessage)Constructs an OdiImportNotConsistentSynonymException object. |
|
OdiImportNotConsistentSynonymException(java.lang.String pMessage, java.lang.Throwable pCause)Constructs an OdiImportNotConsistentSynonymException object. |
|
OdiImportNotConsistentSynonymException(java.lang.Throwable pCause)Constructs an OdiImportNotConsistentSynonymException 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 OdiImportNotConsistentSynonymException(java.lang.String pMessage,
java.lang.Throwable pCause)
pMessage - a message for the exceptionpCause - a Throwable object which is the cause of the exceptionpublic OdiImportNotConsistentSynonymException(java.lang.String pMessage)
pMessage - a message for the exceptionpublic OdiImportNotConsistentSynonymException(java.lang.Throwable pCause)
pCause - a Throwable object which is the cause of the exception
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||