libzypp
10.5.0
|
Exception type thrown on mutex errors. More...
#include <MutexException.h>
Public Member Functions | |
MutexException () | |
MutexException (const std::string &msg) | |
virtual | ~MutexException () throw () |
Exception type thrown on mutex errors.
Definition at line 33 of file MutexException.h.
zypp::thread::MutexException::MutexException | ( | ) | [inline] |
Definition at line 36 of file MutexException.h.
zypp::thread::MutexException::MutexException | ( | const std::string & | msg | ) | [inline] |
Definition at line 40 of file MutexException.h.
virtual zypp::thread::MutexException::~MutexException | ( | ) | throw () [inline, virtual] |
Definition at line 44 of file MutexException.h.