Class NamingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NamingException
    extends java.lang.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​(java.lang.String message)  
      NamingException​(java.lang.String message, java.lang.Throwable cause)  
      NamingException​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NamingException

        public NamingException​(java.lang.String message)
      • NamingException

        public NamingException​(java.lang.String message,
                               java.lang.Throwable cause)
      • NamingException

        public NamingException​(java.lang.Throwable cause)