Uses of Class
org.apache.pivot.web.server.ClientException

Packages that use ClientException
org.apache.pivot.web.server Contains classes to facilitate access to and development of web query services. 
 

Uses of ClientException in org.apache.pivot.web.server
 

Methods in org.apache.pivot.web.server that throw ClientException
protected  void QueryServlet.doDelete()
          Called when an HTTP DELETE is received.
protected  Object QueryServlet.doGet()
          Called when an HTTP GET is received.
protected  URL QueryServlet.doPost(Object value)
          Called when an HTTP POST is received.
protected  void QueryServlet.doPut(Object value)
          Called when an HTTP PUT is received.