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 ExceptionHandlerAbstractOperation.exceptionHandlerFunction to handle exceptions.private ExceptionHandlerAbstractOperationFactory.exceptionHandlerFunction to handle exceptions.Methods in org.ldaptive that return ExceptionHandlerModifier and TypeMethodDescriptionAbstractOperation.getExceptionHandler()Returns the exception handler.AbstractOperationFactory.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) voidAbstractOperation.setExceptionHandler(ExceptionHandler handler) Sets the exception handler.voidAbstractOperationFactory.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 ExceptionHandlerDirSyncClient.exceptionHandlerFunction to handle exceptions.Methods in org.ldaptive.ad.control.util that return ExceptionHandlerModifier and TypeMethodDescriptionDirSyncClient.getExceptionHandler()Returns the exception handler.Methods in org.ldaptive.ad.control.util with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoidDirSyncClient.setExceptionHandler(ExceptionHandler handler) Sets the exception 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 ExceptionHandlerDefaultOperationHandle.onExceptionFunction to handle exceptions.Methods in org.ldaptive.transport that return ExceptionHandlerModifier and TypeMethodDescriptionDefaultOperationHandle.getOnException()Return the exception handler.Methods 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)