Package com.loomcache.common.exception
@NullMarked
package com.loomcache.common.exception
-
ClassDescriptionThrown when authentication fails.Enumeration of authentication error types.Thrown when a cache write cannot be persisted to the configured backing store.Thrown when a peer is backpressured (cannot accept messages).Thrown when memory or entry limits are exceeded.Thrown when a connection cannot be established or maintained.Enumeration of connection error types.Thrown when a session-bound AP data structure can no longer guarantee read-your-writes or monotonic reads for the caller's session.Thrown when a component or phase cannot complete a graceful shutdown safely.Thrown when a map interceptor aborts an operation by failing during execution.Thrown when a configuration value is invalid or missing.Thrown when a write request's pending status becomes uncertain due to leadership change.Raised when a client attempts to release or use a CP lock after it no longer owns it.Thrown when lock acquisition times out.Base exception for all LoomCache errors.Thrown when a non-leader node receives a write request.Thrown when quorum is lost (majority of nodes down).Thrown when serialization or deserialization of data fails.Thrown when a linearizable read cannot be served (lease expired).Thrown when an operation exceeds the configured timeout.Raised when a mutating operation was sent but the client cannot prove whether it committed.