Oracle9iAS JAAS 9.0.2.0.0

oracle.security.jazn
Class JAZNConfigException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.security.jazn.JAZNConfigException
All Implemented Interfaces:
Serializable

public class JAZNConfigException
extends RuntimeException

An JAZNConfigException represents an authorization exception.

See Also:
Serialized Form

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
TypeMethod
 Throwable getCause()
          Retrieves the causing exception of this JAZNConfigException, if any.
 void initCause(Throwable e)
          Sets the causing exception of this exception.
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JAZNConfigException

public JAZNConfigException()
Creates a new instance of JAZNConfigException

JAZNConfigException

public JAZNConfigException(String msg)
Creates a new instance of JAZNConfigException with the specified arguments

JAZNConfigException

public JAZNConfigException(String msg,
                           Throwable cause)
Creates a new instance of JAZNConfigException with the specified arguments
Method Detail

getCause

public Throwable getCause()
Retrieves the causing exception of this JAZNConfigException, if any.
Returns:
The possibly null exception that caused this authorization exception. If null, it means there is no causing exception for this authorization exception.
See Also:
#setCause

initCause

public void initCause(Throwable e)
Sets the causing exception of this exception. If e is this, this method does no do anything.
Parameters:
e - The possibly null exception that caused the authorization operation to fail. If null, it means this authorization exception has no root exception.
See Also:
getCause()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

Oracle9iAS JAAS 9.0.2.0.0

Copyright 2001, Oracle Corporation. All Rights Reserved.