KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > event > NamingExceptionEvent

javax.naming.event
Class NamingExceptionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.naming.event.NamingExceptionEvent
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, NamingListener.namingExceptionThrown(javax.naming.event.NamingExceptionEvent), EventContext

public void dispatch(NamingListener listener)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public EventContext getEventContext()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public NamingException getException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public NamingExceptionEvent(EventContext source,
                            NamingException exc)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags