| 
JAAS Provider Java API Reference 10g (9.0.4.0.0) B10389-01  | ||||||||||
| 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.
| Constructor Summary | |
JAZNConfigException()Creates a new instance of JAZNConfigException  | |
JAZNConfigException(String msg)Creates a new instance of JAZNConfigException with the specified arguments  | |
JAZNConfigException(String msg, Throwable cause)Creates a new instance of JAZNConfigException with the specified arguments  | |
| Method Summary | |
 Throwable | 
getCause()Retrieves the causing exception of this JAZNConfigException, if any.  | 
 Throwable | 
initCause(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 | 
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public JAZNConfigException()
public JAZNConfigException(String msg)
public JAZNConfigException(String msg, Throwable cause)
| Method Detail | 
public Throwable getCause()
getCause in class ThrowableinitCause(java.lang.Throwable)public Throwable initCause(Throwable cause)
initCause in class ThrowablegetCause()public void printStackTrace()
printStackTrace in class Throwable 
  | 
JAAS Provider Java API Reference 10g (9.0.4.0.0) B10389-01  | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||