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

Packages that use HandlingException
uk.org.ury.server.exceptions   
 

Uses of HandlingException in uk.org.ury.server.exceptions
 

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