Uses of Interface
org.ldaptive.handler.ExceptionHandler
Packages that use ExceptionHandler
Package
Description
-
Uses of ExceptionHandler in org.ldaptive
Fields in org.ldaptive declared as ExceptionHandlerModifier and TypeFieldDescriptionprivate ExceptionHandler
AbstractOperation.exceptionHandler
Function to handle exceptions.private ExceptionHandler
AbstractSearchOperationFactory.exceptionHandler
Functions to handle exceptions.Methods in org.ldaptive that return ExceptionHandlerModifier and TypeMethodDescriptionAbstractOperation.getExceptionHandler()
AbstractSearchOperationFactory.getExceptionHandler()
Returns the search exception handler.Methods in org.ldaptive with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionAbstractOperation.AbstractBuilder.onException
(ExceptionHandler handler) Sets the function to execute when an exception occurs.CompareOperationHandle.onException
(ExceptionHandler function) OperationHandle.onException
(ExceptionHandler function) Sets the function to execute when an exception occurs.SearchOperationHandle.onException
(ExceptionHandler function) void
AbstractOperation.setExceptionHandler
(ExceptionHandler handler) void
AbstractSearchOperationFactory.setExceptionHandler
(ExceptionHandler handler) Sets the search exception handler. -
Uses of ExceptionHandler in org.ldaptive.ad.control.util
Fields in org.ldaptive.ad.control.util declared as ExceptionHandlerModifier and TypeFieldDescriptionprivate ExceptionHandler
DirSyncClient.exceptionHandler
Function to handle exceptions.Methods in org.ldaptive.ad.control.util that return ExceptionHandlerMethods in org.ldaptive.ad.control.util with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoid
DirSyncClient.setExceptionHandler
(ExceptionHandler handler) -
Uses of ExceptionHandler in org.ldaptive.extended
Methods in org.ldaptive.extended with parameters of type ExceptionHandler -
Uses of ExceptionHandler in org.ldaptive.transport
Fields in org.ldaptive.transport declared as ExceptionHandlerModifier and TypeFieldDescriptionprivate ExceptionHandler
DefaultOperationHandle.onException
Function to handle exceptions.Methods in org.ldaptive.transport that return ExceptionHandlerMethods in org.ldaptive.transport with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionDefaultCompareOperationHandle.onException
(ExceptionHandler function) DefaultExtendedOperationHandle.onException
(ExceptionHandler function) DefaultOperationHandle.onException
(ExceptionHandler function) DefaultSearchOperationHandle.onException
(ExceptionHandler function)