JAAS Provider Java API Reference
10g (9.0.4.0.0)

B10389-01

oracle.security.jazn
Class JAZNRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.security.jazn.JAZNRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JAZNInitException

public class JAZNRuntimeException
extends RuntimeException

An JAZNRuntimeException represents an authorization exception.

See Also:
Serialized Form

Constructor Summary
JAZNRuntimeException()
          Creates a new instance of JAZNRuntimeException
JAZNRuntimeException(String msg)
          Creates a new instance of JAZNRuntimeException with the specified arguments
JAZNRuntimeException(String msg, Throwable cause)
          Creates a new instance of JAZNRuntimeException with the specified arguments

 

Method Summary
 Throwable getCause()
          Retrieves the causing exception of this JAZNRuntimeException, 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

JAZNRuntimeException

public JAZNRuntimeException()
Creates a new instance of JAZNRuntimeException

JAZNRuntimeException

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

JAZNRuntimeException

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

getCause

public Throwable getCause()
Retrieves the causing exception of this JAZNRuntimeException, if any.
Overrides:
getCause in class Throwable
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:
initCause(java.lang.Throwable)

initCause

public Throwable initCause(Throwable cause)
Sets the causing exception of this exception. If e is this, this method does no do anything.
Overrides:
initCause in class Throwable
See Also:
getCause()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

JAAS Provider Java API Reference
10g (9.0.4.0.0)

B10389-01

Copyright 2002, 2003 Oracle Corporation. All Rights Reserved.