|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| 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.setup.RepositorySetupException
public class RepositorySetupException
Exception used to report an error during a repository setup like the creation or the upgrade of an ODI repository.
| Constructor Summary | |
|---|---|
RepositorySetupException(java.lang.String pMessage)Creates a new RepositorySetupException. |
|
RepositorySetupException(java.lang.String pMessage, java.lang.Throwable pCause)Creates a new RepositorySetupException. |
|
RepositorySetupException(java.lang.Throwable pCause)Creates a new RepositorySetupException. |
|
| 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 RepositorySetupException(java.lang.String pMessage,
java.lang.Throwable pCause)
pMessage - The exception messagepCause - The root cause of the exceptionpublic RepositorySetupException(java.lang.String pMessage)
pMessage - The exception messagepublic RepositorySetupException(java.lang.Throwable pCause)
pCause - The root cause of the exception
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||