PessimisticLockException Class Reference

Detailed Description

PessimisticLockException signals an exception when trying to create an pessimistic lock.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 21 of file PessimisticLockException.php.

+ Inheritance diagram for PessimisticLockException:

Public Member Functions

 __construct (Lock $lock)
 
 getLock ()
 

Constructor & Destructor Documentation

__construct ( Lock  $lock)

Constructor.

Parameters
$lockLock instance that cause the exception

Definition at line 29 of file PessimisticLockException.php.

Member Function Documentation

getLock ( )

Get the lock.

Returns
Lock instance

Definition at line 39 of file PessimisticLockException.php.