com.basho.riak.client.http.response
Class RiakIORuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
RiakIORuntimeException()
           
RiakIORuntimeException(String message)
           
RiakIORuntimeException(String message, IOException cause)
           
RiakIORuntimeException(Throwable cause)
           
 
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

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.