Name

NamingExceptionEvent

Synopsis

This event is fired when an exception is encountered while attempting to collect information for a listener. It will be passed to the listener through its namingExceptionThrown() callback.

                  Passed To
public class NamingExceptionEvent extends java.util.EventObject {
// Public Constructors
   public NamingExceptionEvent(EventContext source, 
        NamingException exc);  
// Public Instance Methods
   public void dispatch( NamingListener listener);  
   public EventContext getEventContext();  
   public NamingException getException();  
}

Passed To

NamingListener.namingExceptionThrown()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.