Oracle Application Server JAAS Provider API Reference
10g Release 2 (10.1.2)

B14019-02


oracle.security.jazn
Class JAZNRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.security.jazn.JAZNRuntimeException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JAZNInitException

public class JAZNRuntimeException
extends java.lang.RuntimeException

An JAZNRuntimeException represents an authorization exception.

See Also:
Serialized Form

Field Summary
protected java.lang.Throwable _cause
Contains the original exception that caused this JAZNRuntimeException to be thrown.

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

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

_cause

protected java.lang.Throwable _cause
Contains the original exception that caused this JAZNRuntimeException to be thrown. This field is set if there is additional information that that could be obtained from the original exception, or if there original exception could not be mapped to a subclass of JAZNRuntimeException. Can be null. This field is initialized by the constructors. You should access and manipulate this field through its get and set methods.

Constructor Detail

JAZNRuntimeException

public JAZNRuntimeException()
Creates a new instance of JAZNRuntimeException

JAZNRuntimeException

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

JAZNRuntimeException

public JAZNRuntimeException(java.lang.String msg,
                            java.lang.Throwable cause)
Creates a new instance of JAZNRuntimeException with the specified arguments

Method Detail

getCause

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

initCause

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

printStackTrace

public void printStackTrace()

Oracle Application Server JAAS Provider API Reference
10g Release 2 (10.1.2)

B14019-02


Copyright © 2004, 2005, Oracle. All rights reserved.