LocksException
Sealed class representing exceptions related to locks.
Inheritors
Types
Link copied to clipboard
data class UnableToAcquireLockException(entityId: UUID, val message: String = "Unable to acquire lock on --- ") : LocksException
Exception thrown when a lock cannot be acquired for a specific entity.