|
Oracle Application Server JAAS Provider Java API Reference 10g Release 2 (10.1.2) B14019-01 November 2004 |
||||||||||
| 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.security.jazn.JAZNConfigException
An JAZNConfigException represents an authorization exception.
| Field Summary | |
protected java.lang.Throwable |
_causeContains the original exception that caused this JAZNConfigException to be thrown. |
| Constructor Summary | |
JAZNConfigException()Creates a new instance of JAZNConfigException |
|
JAZNConfigException(java.lang.String msg)Creates a new instance of JAZNConfigException with the specified arguments |
|
JAZNConfigException(java.lang.String msg, java.lang.Throwable cause)Creates a new instance of JAZNConfigException with the specified arguments |
|
| Method Summary | |
java.lang.Throwable |
getCause()Retrieves the causing exception of this JAZNConfigException, if any. |
java.lang.Throwable |
initCause(java.lang.Throwable cause)Sets the causing exception of this exception. |
void |
printStackTrace() |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.Throwable _cause
| Constructor Detail |
public JAZNConfigException()
public JAZNConfigException(java.lang.String msg)
public JAZNConfigException(java.lang.String msg,
java.lang.Throwable cause)
| Method Detail |
public java.lang.Throwable getCause()
initCause(java.lang.Throwable)public java.lang.Throwable initCause(java.lang.Throwable cause)
getCause()public void printStackTrace()
|
Oracle Application Server JAAS Provider Java API Reference 10g Release 2 (10.1.2) B14019-01 November 2004 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||