Uses of Package
uk.org.ury.server.exceptions

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

Classes in uk.org.ury.server.exceptions used by uk.org.ury.library
BadRequestException
          Exception thrown when the server meets a malformed request, or part of one.
HandleFailureException
          Generic exception thrown when a server request handler fails to handle a request.
HandlerNotFoundException
          Exception thrown when the server request handler requested by the client is not * found in the class space.
HandlerSetupFailureException
          Exception thrown when the server request handler requested by the client cannot be set up to process the request.
NotAHandlerException
          Exception thrown if the class requested as a handler by the client is, in fact, not a handler (it does not implement RequestHandler).
UnknownFunctionException
          Exception thrown when a handler receives a request for a path that does not correspond to one of its functions.
 

Classes in uk.org.ury.server.exceptions used by uk.org.ury.server
BadRequestException
          Exception thrown when the server meets a malformed request, or part of one.
HandleFailureException
          Generic exception thrown when a server request handler fails to handle a request.
HandlerNotFoundException
          Exception thrown when the server request handler requested by the client is not * found in the class space.
HandlerSetupFailureException
          Exception thrown when the server request handler requested by the client cannot be set up to process the request.
NotAHandlerException
          Exception thrown if the class requested as a handler by the client is, in fact, not a handler (it does not implement RequestHandler).
 

Classes in uk.org.ury.server.exceptions used by uk.org.ury.server.exceptions
HandlingException
          Generic exception thrown when the server cannot handle a request.