com.basho.riak.client.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.response.RiakIORuntimeException
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.response.RiakIORuntimeException instead.

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

@Deprecated
public class RiakIORuntimeException
extends RuntimeException

Thrown when an error occurs during communication with the Riak server. is returned in the exception.

See Also:
RiakIORuntimeException, Serialized Form

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

RiakIORuntimeException

public RiakIORuntimeException()
Deprecated. 

RiakIORuntimeException

public RiakIORuntimeException(String message,
                              IOException cause)
Deprecated. 

RiakIORuntimeException

public RiakIORuntimeException(String message)
Deprecated. 

RiakIORuntimeException

public RiakIORuntimeException(Throwable cause)
Deprecated. 


Copyright © 2012. All Rights Reserved.