NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
this exception indicates an error during the undeployment of a query More...
#include <QueryUndeploymentException.hpp>
Public Member Functions | |
QueryUndeploymentException (SharedQueryId sharedQueryId, const std::string &message) | |
constructor More... | |
const char * | what () const noexcept override |
![]() | |
RequestExecutionException (const std::string &message) | |
RequestExecutionException (QueryId queryId, const std::string &message) | |
template<class ExceptionType > | |
bool | instanceOf () |
Checks if this object is of type ExceptionType. More... | |
template<class ExceptionType > | |
std::shared_ptr< ExceptionType > | as () |
Dynamically casts the exception to the given type. More... | |
QueryId | getQueryId () const |
this exception indicates an error during the undeployment of a query
NES::Exceptions::QueryUndeploymentException::QueryUndeploymentException | ( | SharedQueryId | sharedQueryId, |
const std::string & | message | ||
) |
constructor
sharedQueryId | the shared query id of the query that was being undeployed when the exception occurred |
message | message containing information about the error |
|
overridenoexcept |