OTX-Runtime for C++
|
|
Thrown when a license of runtimeManager Api is not valid or expired More...
#include <Exception.h>
Public Member Functions | |
InvalidLicenseException () | |
Initializes a new instance of the InvalidLicenseException class. More... | |
InvalidLicenseException (const std::string &message) | |
Initializes a new instance of the InvalidLicenseException class. More... | |
Public Member Functions inherited from OpenTestSystem::Otx::Runtime::Api::Exceptions::Exception | |
Exception () | |
Initializes a new instance of Exception class. More... | |
Exception (const std::string &message) | |
Initializes a new instance of Exception class. More... | |
virtual | ~Exception () |
Cleans up all resources. More... | |
Thrown when a license of runtimeManager Api is not valid or expired
OpenTestSystem::Otx::Runtime::Api::Exceptions::InvalidLicenseException::InvalidLicenseException | ( | ) |
Initializes a new instance of the InvalidLicenseException class.
OpenTestSystem::Otx::Runtime::Api::Exceptions::InvalidLicenseException::InvalidLicenseException | ( | const std::string & | message | ) |
Initializes a new instance of the InvalidLicenseException class.
message | Error message that explains the reason for the Exception. |