com.basho.riak.client.http.response
Class RiakIORuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.basho.riak.client.http.response.RiakIORuntimeException
- All Implemented Interfaces:
- Serializable
public class RiakIORuntimeException
- extends 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 |
RiakIORuntimeException
public RiakIORuntimeException()
RiakIORuntimeException
public RiakIORuntimeException(String message,
IOException cause)
RiakIORuntimeException
public RiakIORuntimeException(String message)
RiakIORuntimeException
public RiakIORuntimeException(Throwable cause)
Copyright © 2012. All Rights Reserved.