|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RiakIORuntimeException | |
---|---|
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 RiakIORuntimeException in com.basho.riak.client.plain |
---|
Methods in com.basho.riak.client.plain with parameters of type RiakIORuntimeException | |
---|---|
void |
ConvertToCheckedExceptions.handle(RiakIORuntimeException e)
Deprecated. Throws a checked RiakIOException |
Constructors in com.basho.riak.client.plain with parameters of type RiakIORuntimeException | |
---|---|
RiakIOException(RiakIORuntimeException e)
Deprecated. |
Uses of RiakIORuntimeException in com.basho.riak.client.response |
---|
Methods in com.basho.riak.client.response with parameters of type RiakIORuntimeException | |
---|---|
void |
RiakExceptionHandler.handle(RiakIORuntimeException e)
Deprecated. Handle exceptions caused by communication errors with the sever |
Constructors in com.basho.riak.client.response that throw RiakIORuntimeException | |
---|---|
FetchResponse(HttpResponse r,
RiakClient riak)
Deprecated. On a 2xx response, parse the HTTP response from Riak into a RiakObject . |
Uses of RiakIORuntimeException in com.basho.riak.client.util |
---|
Methods in com.basho.riak.client.util with parameters of type RiakIORuntimeException | |
---|---|
HttpResponse |
ClientHelper.toss(RiakIORuntimeException e)
Deprecated. Hands exception e to installed exception handler if there is
one or throw it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |