|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RiakExceptionHandler | |
---|---|
com.basho.riak.client | Provides the top-level IRiakClient
and IRiakObject classes required to store data
in Riak, start here. |
com.basho.riak.client.plain | Deprecated please see com.basho.riak.http.client.plain |
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 RiakExceptionHandler in com.basho.riak.client |
---|
Methods in com.basho.riak.client that return RiakExceptionHandler | |
---|---|
RiakExceptionHandler |
RiakClient.getExceptionHandler()
Deprecated. The installed exception handler or null if not installed |
Methods in com.basho.riak.client with parameters of type RiakExceptionHandler | |
---|---|
void |
RiakClient.setExceptionHandler(RiakExceptionHandler exceptionHandler)
Deprecated. If an exception handler is provided, then the Riak client will hand exceptions to the handler rather than throwing them. |
Uses of RiakExceptionHandler in com.basho.riak.client.plain |
---|
Classes in com.basho.riak.client.plain that implement RiakExceptionHandler | |
---|---|
class |
ConvertToCheckedExceptions
Deprecated. with the addition of a protocol buffers client in 0.14 all the existing REST client code should be in client.http.* this class has therefore been moved. Please use com.basho.riak.client.http.plain.ConvertToCheckedExceptions instead. WARNING: This class will be REMOVED in the next version. |
Uses of RiakExceptionHandler in com.basho.riak.client.util |
---|
Methods in com.basho.riak.client.util that return RiakExceptionHandler | |
---|---|
RiakExceptionHandler |
ClientHelper.getExceptionHandler()
Deprecated. |
Methods in com.basho.riak.client.util with parameters of type RiakExceptionHandler | |
---|---|
void |
ClientHelper.setExceptionHandler(RiakExceptionHandler exceptionHandler)
Deprecated. Install an exception handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |