javax.naming.event
Class NamingExceptionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.naming.event.NamingExceptionEvent
All Implemented Interfaces:
Serializable

public class NamingExceptionEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
NamingExceptionEvent(EventContext source, NamingException exc)
           
 
Method Summary
 void dispatch(NamingListener listener)
           
 EventContext getEventContext()
           
 NamingException getException()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamingExceptionEvent

public NamingExceptionEvent(EventContext source,
                            NamingException exc)
Method Detail

getException

public NamingException getException()

getEventContext

public EventContext getEventContext()

dispatch

public void dispatch(NamingListener listener)