org.ldaptive.async.handler
Interface ExceptionHandler

All Superinterfaces:
Handler<Request,Exception>

public interface ExceptionHandler
extends Handler<Request,Exception>

Provides post search handling of an exception thrown by an async operation.

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services

Method Summary
 HandlerResult<Exception> handle(Connection conn, Request request, Exception exception)
          Handle the supplied result.
 

Method Detail

handle

HandlerResult<Exception> handle(Connection conn,
                                Request request,
                                Exception exception)
Handle the supplied result.

Specified by:
handle in interface Handler<Request,Exception>
Parameters:
conn - connection the operation was executed on
request - executed by the operation
exception - produced from the operation
Returns:
handler result


Copyright © 2003-2015 Virginia Tech. All Rights Reserved.