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

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

Uses of NotAHandlerException in uk.org.ury.library
 

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

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