Uses of Interface
org.ldaptive.handler.ExceptionHandler
-
Packages that use ExceptionHandler Package Description org.ldaptive org.ldaptive.ad.control.util org.ldaptive.extended org.ldaptive.transport -
-
Uses of ExceptionHandler in org.ldaptive
Methods in org.ldaptive that return ExceptionHandler Modifier and Type Method Description ExceptionHandler
AbstractOperation. getExceptionHandler()
ExceptionHandler
AbstractSearchOperationFactory. getExceptionHandler()
Returns the search exception handler.Methods in org.ldaptive with parameters of type ExceptionHandler Modifier and Type Method Description B
AbstractOperation.AbstractBuilder. onException(ExceptionHandler handler)
Sets the function to execute when an exception occurs.CompareOperationHandle
CompareOperationHandle. onException(ExceptionHandler function)
OperationHandle<Q,S>
OperationHandle. onException(ExceptionHandler function)
Sets the function to execute when an exception occurs.SearchOperationHandle
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
Methods in org.ldaptive.ad.control.util that return ExceptionHandler Modifier and Type Method Description ExceptionHandler
DirSyncClient. getExceptionHandler()
Methods in org.ldaptive.ad.control.util with parameters of type ExceptionHandler Modifier and Type Method Description void
DirSyncClient. setExceptionHandler(ExceptionHandler handler)
-
Uses of ExceptionHandler in org.ldaptive.extended
Methods in org.ldaptive.extended with parameters of type ExceptionHandler Modifier and Type Method Description ExtendedOperationHandle
ExtendedOperationHandle. onException(ExceptionHandler function)
-
Uses of ExceptionHandler in org.ldaptive.transport
Methods in org.ldaptive.transport that return ExceptionHandler Modifier and Type Method Description ExceptionHandler
DefaultOperationHandle. getOnException()
Methods in org.ldaptive.transport with parameters of type ExceptionHandler Modifier and Type Method Description DefaultCompareOperationHandle
DefaultCompareOperationHandle. onException(ExceptionHandler function)
DefaultExtendedOperationHandle
DefaultExtendedOperationHandle. onException(ExceptionHandler function)
DefaultOperationHandle<Q,S>
DefaultOperationHandle. onException(ExceptionHandler function)
DefaultSearchOperationHandle
DefaultSearchOperationHandle. onException(ExceptionHandler function)
-