WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A "operation not allowed" failure cause. More...
#include <NotAllowed.h>
Public Member Functions | |
std::shared_ptr< Service > | getService () |
Get the service that caused the error. More... | |
std::string | toString () override |
Get the human-readable failure message. More... | |
A "operation not allowed" failure cause.
std::shared_ptr< Service > wrench::NotAllowed::getService | ( | ) |
Get the service that caused the error.
|
overridevirtual |