Exception indicating that an operation may be retried. More...
#include <yapetexception.h>


Public Member Functions | |
| const YAPETRetryException | operator= (const YAPETRetryException &ex) throw () |
| YAPETRetryException (std::string msg) throw () | |
| YAPETRetryException () throw () | |
| YAPETRetryException (const YAPETRetryException &ex) throw () | |
| virtual | ~YAPETRetryException () throw () |
This exception indicates that an operation may be retried. The File class uses this exception for certain methods.
Definition at line 131 of file yapetexception.h.
| YAPET::YAPETRetryException::YAPETRetryException | ( | ) | throw () [inline] |
Definition at line 133 of file yapetexception.h.
| YAPET::YAPETRetryException::YAPETRetryException | ( | std::string | msg | ) | throw () [inline] |
Definition at line 135 of file yapetexception.h.
| YAPET::YAPETRetryException::YAPETRetryException | ( | const YAPETRetryException & | ex | ) | throw () [inline] |
Definition at line 137 of file yapetexception.h.
| virtual YAPET::YAPETRetryException::~YAPETRetryException | ( | ) | throw () [inline, virtual] |
Definition at line 139 of file yapetexception.h.
| const YAPETRetryException YAPET::YAPETRetryException::operator= | ( | const YAPETRetryException & | ex | ) | throw () [inline] |
Definition at line 142 of file yapetexception.h.
1.7.1