com.couchbase.client
Class ObservedModifiedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.couchbase.client.ObservedModifiedException
- All Implemented Interfaces:
- java.io.Serializable
public class ObservedModifiedException
- extends java.lang.RuntimeException
An exception in Observe indicating the Key/CAS combination was
modified.
- See Also:
- Serialized Form
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 |
ObservedModifiedException
public ObservedModifiedException()
ObservedModifiedException
public ObservedModifiedException(java.lang.String message)
ObservedModifiedException
public ObservedModifiedException(java.lang.String message,
java.lang.Throwable cause)
ObservedModifiedException
public ObservedModifiedException(java.lang.Throwable cause)
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.