#include <RequestException.h>
Inheritance diagram for SctCalibrationController::Ipc::RequestException:
Public Member Functions | |
RequestException (const ilu_Exception &error, const string &msg, const string &file, int line) throw () | |
Creates an Exception with message msg and no cause. | |
RequestException (const ilu_Exception &error, Throwable &cause, const string &file, int line) throw () | |
Creates an Exception with a cause. | |
RequestException (const ilu_Exception &error, const string &msg, Throwable &cause, const string &file, int line) throw () | |
Creates an Exception with a message and a cause. |
Definition at line 14 of file RequestException.h.
|
Creates an Exception with message msg and no cause.
Definition at line 19 of file RequestException.h. |
|
Creates an Exception with a cause. Useful for simply wrapping exceptions. Definition at line 28 of file RequestException.h. |
|
Creates an Exception with a message and a cause.
Definition at line 36 of file RequestException.h. |