Uses of Interface
com.basho.riak.client.response.RiakExceptionHandler

Packages that use RiakExceptionHandler
com.basho.riak.client   
com.basho.riak.client.plain   
com.basho.riak.client.util   
 

Uses of RiakExceptionHandler in com.basho.riak.client
 

Methods in com.basho.riak.client that return RiakExceptionHandler
 RiakExceptionHandler RiakClient.getExceptionHandler()
          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)
          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
          Converts unchecked exceptions RiakIORuntimeException and RiakResponseRuntimeException to checked exceptions RiakIOException and RiakRuntimeException.
 

Uses of RiakExceptionHandler in com.basho.riak.client.util
 

Methods in com.basho.riak.client.util that return RiakExceptionHandler
 RiakExceptionHandler ClientHelper.getExceptionHandler()
           
 

Methods in com.basho.riak.client.util with parameters of type RiakExceptionHandler
 void ClientHelper.setExceptionHandler(RiakExceptionHandler exceptionHandler)
          Install an exception handler.
 



Copyright © 2010. All Rights Reserved.