Uses of Class
org.apache.pivot.web.QueryException

Packages that use QueryException
org.apache.pivot.web Provides classes for communicating with HTTP-based web services. 
 

Uses of QueryException in org.apache.pivot.web
 

Methods in org.apache.pivot.web that throw QueryException
 Void PutQuery.execute()
          Synchronously executes the PUT operation.
 Void DeleteQuery.execute()
          Synchronously executes the DELETE operation.
 Object GetQuery.execute()
          Synchronously executes the GET operation.
 URL PostQuery.execute()
          Synchronously executes the POST operation.
protected  Object Query.execute(Query.Method method, Object value)