UnableToAcquireLockException

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.

Constructors

Link copied to clipboard
constructor(entityId: UUID, message: String = "Unable to acquire lock on --- ")

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String

The error message.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard