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

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

Uses of HandlerSetupFailureException in uk.org.ury.library
 

Methods in uk.org.ury.library 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.server
 

Methods in uk.org.ury.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.