API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming.event. NamingExceptionEvent View Source
Author(s)
Rosanna Lee
Scott Seligman
Since
1.3
Version
1.8 05/11/17
Serial
Hierarchy
 Object
      EventObject
          NamingExceptionEvent
Implements
Subclasses
Description
public class NamingExceptionEvent
  This class represents an event fired when the procedures/processes used to collect information for notifying listeners of NamingEvents threw a NamingException.
Constructors
public NamingExceptionEvent (EventContext source, NamingException exc)
  Constructs an instance of NamingExceptionEvent using the context in which the NamingException was thrown and the exception that was thrown.
Methods
Hide/Show inherited methods
public void dispatch (NamingListener listener)
  Invokes the namingExceptionThrown() method on a listener using this event.
public EventContext getEventContext ()
  Retrieves the EventContext that fired this event.
public NamingException getException ()
  Retrieves the exception that was thrown.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public String toString () [Inherited From EventObject]
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar