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 DeleteQuery.execute()
          Synchronously executes the DELETE operation.
 URL PostQuery.execute()
          Synchronously executes the POST operation.
 Void PutQuery.execute()
          Synchronously executes the PUT operation.
 Object GetQuery.execute()
          Synchronously executes the GET operation.
protected  Object Query.execute(Query.Method method, Object value)