Searched defs:dispatchException (Results 1 - 2 of 2) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/ |
H A D | EventService.java | 290 private void dispatchException(Exception e, String requestId, IDSEventListener listener) { method in class:EventService 291 logger.error("EventService.dispatchException() - dispatching exception to the listener: {} Listener: {}", 399 dispatchException(ex, listener.getValue(), listener.getKey()); 402 dispatchException(EXCEPTION, listener.getValue(), listener.getKey());
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/event/ |
H A D | EventService.java | 317 private void dispatchException(Exception e, String requestId, IDSEventListener listener) { method in class:EventService 318 logger.error("EventService.dispatchException() - dispatching exception to the listener: {} Listener: {}", 427 dispatchException(ex, listener.getValue(), listener.getKey()); 430 dispatchException(EXCEPTION, listener.getValue(), listener.getKey());
|
Completed in 78 milliseconds