|
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
java.lang.RuntimeException
oracle.odi.core.exception.OdiRuntimeException
oracle.odi.core.security.OdiSecurityException
public abstract class OdiSecurityException
Abstract superclass for all exceptions thrown in the security package and subpackages.
Note this exception is a runtime exception since security failure are generaly fatal.
| Constructor Summary | |
|---|---|
OdiSecurityException()
Construct a new empty OdiSecurityException. |
|
OdiSecurityException(java.lang.String pMessage)
Construct a new OdiSecurityException. |
|
OdiSecurityException(java.lang.String pMessage,
java.lang.Throwable pCause)
Construct a new OdiSecurityException. |
|
OdiSecurityException(java.lang.Throwable pCause)
Construct a new OdiSecurityException. |
|
| 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 OdiSecurityException()
OdiSecurityException.
public OdiSecurityException(java.lang.String pMessage)
OdiSecurityException.
pMessage - The error message you want to let end user know about this OdiSecurityException.
public OdiSecurityException(java.lang.String pMessage,
java.lang.Throwable pCause)
OdiSecurityException.
pMessage - The error message you want to let end user know about this OdiSecurityException.pCause - the cause you want to pass on to end user for more detail.public OdiSecurityException(java.lang.Throwable pCause)
OdiSecurityException.
pCause - the cause you want to pass on to end user for more detail.
|
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 | ||||||||