|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
oracle.odi.core.exception.OdiException
oracle.odi.impexp.OdiImportException
oracle.odi.impexp.OdiImportForbiddenException
public class OdiImportForbiddenException
Exception thrown when the import is forbidden. Typically used when trying to import the journal into a repository whose identifier is the same as the repository from which it originated.
| Constructor Summary | |
|---|---|
OdiImportForbiddenException(java.lang.String pMessage)
Constructs an OdiImportForbiddenException object. |
|
OdiImportForbiddenException(java.lang.String pMessage,
java.lang.Throwable pCause)
Constructs an OdiImportForbiddenException object. |
|
OdiImportForbiddenException(java.lang.Throwable pCause)
Constructs an OdiImportForbiddenException 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 OdiImportForbiddenException(java.lang.String pMessage)
pMessage - a message for the exception
public OdiImportForbiddenException(java.lang.String pMessage,
java.lang.Throwable pCause)
pMessage - a message for the exceptionpCause - a Throwable object which is the cause of the exceptionpublic OdiImportForbiddenException(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.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||