Classes

LockAcquiringException is thrown when an issue happens during the acquisition of a lock.
LockConflictedException is thrown when a lock is acquired by someone else.
LockExpiredException is thrown when a lock may conflict due to a TTL expiration.
LockReleasingException is thrown when an issue happens during the release of a lock.
LockStorageException is thrown when an issue happens during the manipulation of a lock in a store.
UnserializableKeyException is thrown when the key contains state that can no be serialized and the user try to serialize it.

Interfaces

Base ExceptionInterface for the Lock Component.