Uses of Class
uk.org.ury.backend.server.exceptions.HandlerSetupFailureException

Packages that use HandlerSetupFailureException
uk.org.ury.backend.handlers   
uk.org.ury.backend.server The URY Server kernel. 
 

Uses of HandlerSetupFailureException in uk.org.ury.backend.handlers
 

Methods in uk.org.ury.backend.handlers that throw HandlerSetupFailureException
 void LibraryRequestHandler.handleGet(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
          Handle a HTTP GET request.
 

Uses of HandlerSetupFailureException in uk.org.ury.backend.server
 

Methods in uk.org.ury.backend.server that throw HandlerSetupFailureException
 void HttpHandler.handleGet(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
          Handle a HTTP GET request.