|
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
oracle.security.jazn.JAZNException
An JAZNException represents an authorization exception.
| Field Summary | |
protected java.lang.Throwable |
_causeContains the original exception that caused this JAZNException to be thrown. |
| Constructor Summary | |
JAZNException()Creates a new instance of JAZNException |
|
JAZNException(java.lang.String msg)Creates a new instance of JAZNException with the specified arguments |
|
JAZNException(java.lang.String msg, java.lang.Throwable cause)Creates a new instance of JAZNException with the specified arguments |
|
| Method Summary | |
java.lang.Throwable |
getCause()Retrieves the causing exception of this JAZNException, 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 JAZNException()
public JAZNException(java.lang.String msg)
public JAZNException(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 | ||||||||||