com.basho.riak.client.plain
Class RiakIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.basho.riak.client.plain.RiakIOException
All Implemented Interfaces:
Serializable

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.RiakIOException instead.

WARNING: This class will be REMOVED in the next version.

@Deprecated
public class RiakIOException
extends Exception

A checked wrapper for RiakIORuntimeException.

See Also:
RiakIOException, Serialized Form

Constructor Summary
RiakIOException(RiakIORuntimeException e)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RiakIOException

public RiakIOException(RiakIORuntimeException e)
Deprecated. 


Copyright © 2012. All Rights Reserved.