com.basho.riak.client.plain
Class RiakIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RiakIOException
public RiakIOException(RiakIORuntimeException e)
- Deprecated.
Copyright © 2012. All Rights Reserved.