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

B14019-02


oracle.security.jazn
Class JAZNNamingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.security.jazn.JAZNException
              extended byoracle.security.jazn.JAZNNamingException

All Implemented Interfaces:
java.io.Serializable

public class JAZNNamingException
extends JAZNException

A JAZNNamingException class is used to wrap a javax.naming.NamingException.

See Also:
Serialized Form

Field Summary

Fields inherited from class oracle.security.jazn.JAZNException
_cause

Constructor Summary
JAZNNamingException(javax.naming.NamingException namingException)
Creates a new instance of JAZNException with the specified arguments
JAZNNamingException(java.lang.String msg, javax.naming.NamingException namingException)
Creates a new instance of JAZNException with the specified arguments

Method Summary
javax.naming.NamingException getNamingException()
Retrieves the NamingException associated.

Methods inherited from class oracle.security.jazn.JAZNException
getCause, initCause, 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

Constructor Detail

JAZNNamingException

public JAZNNamingException(javax.naming.NamingException namingException)
Creates a new instance of JAZNException with the specified arguments

JAZNNamingException

public JAZNNamingException(java.lang.String msg,
                           javax.naming.NamingException namingException)
Creates a new instance of JAZNException with the specified arguments

Method Detail

getNamingException

public javax.naming.NamingException getNamingException()
Retrieves the NamingException associated.
Returns:
The naming exception that caused this authorization exception.

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

B14019-02


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