|
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
java.lang.RuntimeException
oracle.odi.core.exception.OdiRuntimeException
Deprecated. Use OdiUncheckedException instead this one. This class can be removed at any time.
@Deprecated
public class OdiRuntimeException
ODI "unchecked" exception used to report unexpected errors such as security failure, repository configuration errors.
Usually this class would be sub-classed but it can be used (thrown) as is.
| Constructor Summary | |
|---|---|
OdiRuntimeException()Deprecated. Create a new OdiRuntimeException. |
|
OdiRuntimeException(java.lang.String pMessage)Deprecated. Create a new OdiRuntimeException. |
|
OdiRuntimeException(java.lang.String pMessage, java.lang.Throwable pCause)Deprecated. Create a new OdiRuntimeException. |
|
OdiRuntimeException(java.lang.Throwable pCause)Deprecated. Create a new OdiRuntimeException. |
|
| 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 OdiRuntimeException()
OdiRuntimeException.
public OdiRuntimeException(java.lang.String pMessage,
java.lang.Throwable pCause)
OdiRuntimeException.
pMessage - the detail messagepCause - the causepublic OdiRuntimeException(java.lang.String pMessage)
OdiRuntimeException.
pMessage - the detail messagepublic OdiRuntimeException(java.lang.Throwable pCause)
OdiRuntimeException.
pCause - the cause
|
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 | |||||||||