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