JAAS Provider Java API Reference
10g (9.0.4.0.0)

B10389-01

oracle.security.jazn
Class JAZNNamingException

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

public class JAZNNamingException
extends JAZNException

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

See Also:
Serialized Form

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

 

Method Summary
 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

JAZNNamingException

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

JAZNNamingException

public JAZNNamingException(String msg,
NamingException namingException)
Creates a new instance of JAZNException with the specified arguments
Method Detail

getNamingException

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

JAAS Provider Java API Reference
10g (9.0.4.0.0)

B10389-01

Copyright 2002, 2003 Oracle Corporation. All Rights Reserved.