Uses of Class
com.basho.riak.client.http.response.RiakResponseRuntimeException

Packages that use RiakResponseRuntimeException
com.basho.riak.client.http.plain A more OO wrapper to the legacy, low-level HTTP REST client map reduce key filters, consider using the high-level IRiakClient 
com.basho.riak.client.http.response HTTP response handling/wrapping classes for the legacy HTTP REST client, consider using the high-level IRiakClient 
com.basho.riak.client.http.util Supporting utility classes for the legacy HTTP REST client, consider using the high-level IRiakClient 
 

Uses of RiakResponseRuntimeException in com.basho.riak.client.http.plain
 

Methods in com.basho.riak.client.http.plain with parameters of type RiakResponseRuntimeException
 void ConvertToCheckedExceptions.handle(RiakResponseRuntimeException e)
          Throws a checked RiakResponseException
 

Constructors in com.basho.riak.client.http.plain with parameters of type RiakResponseRuntimeException
RiakResponseException(RiakResponseRuntimeException e)
           
 

Uses of RiakResponseRuntimeException in com.basho.riak.client.http.response
 

Methods in com.basho.riak.client.http.response with parameters of type RiakResponseRuntimeException
 void RiakExceptionHandler.handle(RiakResponseRuntimeException e)
          Handle exceptions caused by malformed responses from the sever
 

Constructors in com.basho.riak.client.http.response that throw RiakResponseRuntimeException
FetchResponse(HttpResponse r)
           
FetchResponse(HttpResponse r, RiakClient riak)
          On a 2xx response, parse the HTTP response from Riak into a RiakObject.
WalkResponse(HttpResponse r)
           
WalkResponse(HttpResponse r, RiakClient riak)
          On a 2xx response, parses the HTTP body into a list of steps.
 

Uses of RiakResponseRuntimeException in com.basho.riak.client.http.util
 

Methods in com.basho.riak.client.http.util with parameters of type RiakResponseRuntimeException
 HttpResponse ClientHelper.toss(RiakResponseRuntimeException e)
           
 



Copyright © 2012. All Rights Reserved.