Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


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.

Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


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