Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.naming.event
Class NamingExceptionEvent  view NamingExceptionEvent download NamingExceptionEvent.java

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.naming.event.NamingExceptionEvent
All Implemented Interfaces:
java.io.Serializable

public class NamingExceptionEvent
extends java.util.EventObject


Field Summary
private  javax.naming.NamingException exception
           
private static long serialVersionUID
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
NamingExceptionEvent(EventContext source, javax.naming.NamingException exc)
           
 
Method Summary
 void dispatch(NamingListener listener)
           
 EventContext getEventContext()
           
 javax.naming.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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

exception

private javax.naming.NamingException exception
Constructor Detail

NamingExceptionEvent

public NamingExceptionEvent(EventContext source,
                            javax.naming.NamingException exc)
Method Detail

getException

public javax.naming.NamingException getException()

getEventContext

public EventContext getEventContext()

dispatch

public void dispatch(NamingListener listener)