Class ConsistencyLostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.loomcache.common.exception.LoomException
com.loomcache.common.exception.ConsistencyLostException
- All Implemented Interfaces:
Serializable
Thrown when a session-bound AP data structure can no longer guarantee
read-your-writes or monotonic reads for the caller's session.
The caller should reset/rebind the affected client-side proxy before issuing further operations.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConsistencyLostException(String message) ConsistencyLostException(String message, @Nullable Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConsistencyLostException
-
ConsistencyLostException
-