Class NamingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.glassfish.grizzly.http.server.naming.NamingException
-
- All Implemented Interfaces:
java.io.Serializable
public class NamingException extends java.lang.ExceptionThis is the superclass of all exceptions thrown by operations in the Context and DirContext interfaces.- Author:
- Grizzly Team
- See Also:
NamingException, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamingException(java.lang.String message)NamingException(java.lang.String message, java.lang.Throwable cause)NamingException(java.lang.Throwable cause)
-