#include <it_bus/service_lifecycle_exception.h>
Inheritance diagram for IT_Bus::ServiceActivationException:
Definition at line 92 of file service_lifecycle_exception.h.
Public Member Functions | |
ServiceActivationException (const IT_WSDL::WSDLPort &wsdl_port, const Exception &original) | |
Constructor. | |
ServiceActivationException (const ServiceLifecycleException &) | |
Copy constructor. | |
virtual Exception * | clone () const |
Clone the exception onto the heap. | |
virtual void | rethrow () const |
Rethrow the exception. |
IT_Bus::ServiceActivationException::ServiceActivationException | ( | const IT_WSDL::WSDLPort & | wsdl_port, | |
const Exception & | original | |||
) |