Uses of Class
pivot.web.QueryException

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

Uses of QueryException in pivot.web
 

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