Package io.siddhi.core.exception
Class QueryNotExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.siddhi.core.exception.QueryNotExistException
-
- All Implemented Interfaces:
Serializable
public class QueryNotExistException extends RuntimeException
Exception class to be used when a query cannot be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryNotExistException()QueryNotExistException(String message)QueryNotExistException(String message, Throwable throwable)QueryNotExistException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-