A NamingSecurityException is the NamingException
used when a security exception is encountered. There are other security
related exceptions which extend this one.
Multithreaded access to a NamingSecurityException instance is
only safe when client code locks the object first.
Constructor Summary
public
NamingSecurityException() Constructs a NamingSecurityException instance with all
data initialized to null.
public
NamingSecurityException(String s) Constructs a NamingSecurityException instance with the
specified message.
Parameters: s - The detail message for this exception.