com.basho.riak.client.response
Class RiakIORuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.basho.riak.client.response.RiakIORuntimeException
- All Implemented Interfaces:
- java.io.Serializable
public class RiakIORuntimeException
- extends java.lang.RuntimeException
Thrown when an error occurs during communication with the Riak server.
- See Also:
- Serialized Form
| 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 |
RiakIORuntimeException
public RiakIORuntimeException()
RiakIORuntimeException
public RiakIORuntimeException(java.lang.String message,
java.io.IOException cause)
RiakIORuntimeException
public RiakIORuntimeException(java.lang.String message)
RiakIORuntimeException
public RiakIORuntimeException(java.lang.Throwable cause)
Copyright © 2010. All Rights Reserved.