Oracle9iAS JAAS 9.0.2.0.0

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
TypeMethod
 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, printStackTrace, printStackTrace, 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.

Oracle9iAS JAAS 9.0.2.0.0

Copyright 2001, Oracle Corporation. All Rights Reserved.