public static interface ChainOfR.RequestHandler<V,S>
boolean handle(V userObject, S request) throws java.lang.Exception
userObject -request -java.lang.Exception - if there is an error while handling the request. This type is intended to be overridden with a more specific exception type.