java.lang.Object | ||
↳ | java.util.EventObject | |
↳ | javax.naming.event.NamingExceptionEvent |
This class represents an event fired when the procedures/processes used to collect information for notifying listeners of NamingEvents threw a NamingException. This can happen, for example, if the server which the listener is using aborts subsequent to the addNamingListener() call.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an instance of NamingExceptionEvent using
the context in which the NamingException was thrown and the exception
that was thrown.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Invokes the namingExceptionThrown() method on
a listener using this event.
| |||||||||||
Retrieves the EventContext that fired this event.
| |||||||||||
Retrieves the exception that was thrown.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constructs an instance of NamingExceptionEvent using the context in which the NamingException was thrown and the exception that was thrown.
source | The non-null context in which the exception was thrown. |
---|---|
exc | The non-null NamingException that was thrown. |
Invokes the namingExceptionThrown() method on a listener using this event.
listener | The non-null naming listener on which to invoke the method. |
---|
Retrieves the EventContext that fired this event. This returns the same object as EventObject.getSource().
Retrieves the exception that was thrown.