class LockConflictedException extendsRuntimeException implementsExceptionInterface

LockConflictedException is thrown when a lock is acquired by someone else.

In non-blocking mode it is caught by {see Lock::acquire()} and {see Lock::acquireRead()}.