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

Packages that use RiakIORuntimeException
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 RiakIORuntimeException in com.basho.riak.client.http.plain
 

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

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

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

Methods in com.basho.riak.client.http.response with parameters of type RiakIORuntimeException
 void RiakExceptionHandler.handle(RiakIORuntimeException e)
          Handle exceptions caused by communication errors with the sever
 

Constructors in com.basho.riak.client.http.response that throw RiakIORuntimeException
FetchResponse(HttpResponse r, RiakClient riak)
          On a 2xx response, parse the HTTP response from Riak into a RiakObject.
 

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

Methods in com.basho.riak.client.http.util with parameters of type RiakIORuntimeException
 HttpResponse ClientHelper.toss(RiakIORuntimeException e)
          Hands exception e to installed exception handler if there is one or throw it.
 



Copyright © 2012. All Rights Reserved.