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

Packages that use RiakResponseRuntimeException
com.basho.riak.client.plain   
com.basho.riak.client.response   
com.basho.riak.client.util   
 

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

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

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

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

Methods in com.basho.riak.client.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.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.util
 

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



Copyright © 2010. All Rights Reserved.