|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| 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.OdiImportNotSupportedException
public class OdiImportNotSupportedException
Exception thrown when trying to import an object under an IImportRoot that doesn't support this object's class.
| Constructor Summary | |
|---|---|
OdiImportNotSupportedException(java.lang.String pMessage)Constructs an OdiImportNotSupportedException object. |
|
OdiImportNotSupportedException(java.lang.String pMessage, java.lang.Throwable pCause)Constructs an OdiImportNotSupportedException object. |
|
OdiImportNotSupportedException(java.lang.Throwable pCause)Constructs an OdiImportNotSupportedException 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 OdiImportNotSupportedException(java.lang.String pMessage,
java.lang.Throwable pCause)
pMessage - a message for the exceptionpCause - a Throwable object which is the cause of the exceptionpublic OdiImportNotSupportedException(java.lang.String pMessage)
pMessage - a message for the exceptionpublic OdiImportNotSupportedException(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.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||