com.basho.riak.client.raw
Class ModifiedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.basho.riak.client.raw.ModifiedException
All Implemented Interfaces:
Serializable

public class ModifiedException
extends IOException

Thrown when a "if not modified" conditional store fails.

Author:
russell
See Also:
Serialized Form

Constructor Summary
ModifiedException()
           
ModifiedException(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

ModifiedException

public ModifiedException(Throwable cause)
Parameters:
cause - root exception

ModifiedException

public ModifiedException()


Copyright © 2012. All Rights Reserved.