#include <Lock.h>
Inherits std::exception.
Public Member Functions | |
| LockException (pid_t locker_pid) | |
| virtual | ~LockException () throw () |
| pid_t | getLockerPid () const |
Protected Attributes | |
| pid_t | locker_pid |
| storage::LockException::LockException | ( | pid_t | locker_pid | ) |
| storage::LockException::~LockException | ( | ) | throw () [virtual] |
| pid_t storage::LockException::getLockerPid | ( | ) | const [inline] |
Referenced by storage::createStorageInterfacePid().
pid_t storage::LockException::locker_pid [protected] |
1.5.6