|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| 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
java.lang.RuntimeException
oracle.odi.core.exception.OdiRuntimeException
oracle.odi.core.config.OdiConfigurationException
oracle.odi.core.config.RepositoryResourceFailureException
oracle.odi.core.config.WorkRepositoryResourceFailureException
public class WorkRepositoryResourceFailureException
Subclass of RepositoryResourceFailureException thrown to indicate a Work Repository resource failure.
| Constructor Summary | |
|---|---|
WorkRepositoryResourceFailureException(java.lang.String pMessage)Create a new WorkRepositoryResourceFailureException. |
|
WorkRepositoryResourceFailureException(java.lang.String pMessage, java.lang.Throwable pCause)Create a new WorkRepositoryResourceFailureException. |
|
WorkRepositoryResourceFailureException(java.lang.Throwable pCause)Create a new WorkRepositoryResourceFailureException. |
|
| 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 WorkRepositoryResourceFailureException(java.lang.String pMessage,
java.lang.Throwable pCause)
WorkRepositoryResourceFailureException.
pMessage - the detail messagepCause - the causepublic WorkRepositoryResourceFailureException(java.lang.String pMessage)
WorkRepositoryResourceFailureException.
pMessage - the detail messagepublic WorkRepositoryResourceFailureException(java.lang.Throwable pCause)
WorkRepositoryResourceFailureException.
pCause - the cause
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||