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

Packages that use RiakResponseRuntimeException
com.basho.riak.client.plain Deprecated please see com.basho.riak.http.client.plain 
com.basho.riak.client.response Deprecated please see com.basho.riak.http.client.response 
com.basho.riak.client.util General utility classes used by the API, mainly deprecated classes that have been moved to com.basho.riak.client.http.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)
          Deprecated. Throws a checked RiakResponseException
 

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

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)
          Deprecated. Handle exceptions caused by malformed responses from the sever
 

Constructors in com.basho.riak.client.response that throw RiakResponseRuntimeException
FetchResponse(HttpResponse r)
          Deprecated.  
FetchResponse(HttpResponse r, RiakClient riak)
          Deprecated. On a 2xx response, parse the HTTP response from Riak into a RiakObject.
WalkResponse(HttpResponse r)
          Deprecated.  
WalkResponse(HttpResponse r, RiakClient riak)
          Deprecated. 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)
          Deprecated.  
 



Copyright © 2012. All Rights Reserved.