NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
This exception is thrown if some error occurred while deploying the query. More...
#include <QueryDeploymentException.hpp>
Public Member Functions | |
QueryDeploymentException (SharedQueryId sharedQueryId, const std::string &message) | |
c-tor deployment exception More... | |
![]() | |
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 is thrown if some error occurred while deploying the query.
|
explicit |
c-tor deployment exception
sharedQueryId | the shared query id that failed |
message | : the reason for failure |