Class NamingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.glassfish.grizzly.http.server.naming.NamingException
-
- All Implemented Interfaces:
Serializable
public class NamingException extends Exception
This 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(String message)NamingException(String message, Throwable cause)NamingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-