com.basho.riak.client.raw
Class MatchFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.basho.riak.client.raw.MatchFoundException
All Implemented Interfaces:
Serializable

public class MatchFoundException
extends RuntimeException

Tag exception, thrown when an if-non-match conditional store fails because a match is found.

Author:
russell
See Also:
Serialized Form

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

MatchFoundException

public MatchFoundException()


Copyright © 2012. All Rights Reserved.