Liking cljdoc? Tell your friends :D

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.

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.
raw docstring

->naming-exception-eventclj

(->naming-exception-event source exc)

Constructor.

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. - javax.naming.event.EventContext exc - The non-null NamingException that was thrown. - javax.naming.NamingException

Constructor.

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. - `javax.naming.event.EventContext`
exc - The non-null NamingException that was thrown. - `javax.naming.NamingException`
raw docstring

dispatchclj

(dispatch this listener)

Invokes the namingExceptionThrown() method on a listener using this event.

listener - The non-null naming listener on which to invoke the method. - javax.naming.event.NamingListener

Invokes the namingExceptionThrown() method on
 a listener using this event.

listener - The non-null naming listener on which to invoke the method. - `javax.naming.event.NamingListener`
raw docstring

get-event-contextclj

(get-event-context this)

Retrieves the EventContext that fired this event. This returns the same object as EventObject.getSource().

returns: The non-null EventContext that fired this event. - javax.naming.event.EventContext

Retrieves the EventContext that fired this event.
 This returns the same object as EventObject.getSource().

returns: The non-null EventContext that fired this event. - `javax.naming.event.EventContext`
raw docstring

get-exceptionclj

(get-exception this)

Retrieves the exception that was thrown.

returns: The exception that was thrown. - javax.naming.NamingException

Retrieves the exception that was thrown.

returns: The exception that was thrown. - `javax.naming.NamingException`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close