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:
  • Constructor Details

    • NamingException

      public NamingException(String message)
    • NamingException

      public NamingException(String message, Throwable cause)
    • NamingException

      public NamingException(Throwable cause)