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
 
 
 
 
  
 
 
 
 
 
 
 
 
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
 
 
 
getNamingException
public NamingException getNamingException()
- Retrieves the NamingException associated.
 
- 
- Returns:
 
- The naming exception that caused this authorization exception.
 
 
 
Copyright 2002, 2003 Oracle Corporation. All Rights Reserved.