Class ConsistencyLostException

All Implemented Interfaces:
Serializable

public final class ConsistencyLostException extends LoomException
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 Details

    • ConsistencyLostException

      public ConsistencyLostException(String message)
    • ConsistencyLostException

      public ConsistencyLostException(String message, @Nullable Throwable cause)