Package io.siddhi.core.exception
Class StoreQueryCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.siddhi.core.exception.StoreQueryCreationException
-
- All Implemented Interfaces:
io.siddhi.query.api.exception.SiddhiAppContextException,Serializable
- Direct Known Subclasses:
OnDemandQueryCreationException
@Deprecated public abstract class StoreQueryCreationException extends RuntimeException implements io.siddhi.query.api.exception.SiddhiAppContextException
Deprecated.Exception class to be used when an error occurs while calling on-demand queries. This is deprecated and use OnDemandQueryCreationException instead.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStoreQueryCreationException(String message)Deprecated.protectedStoreQueryCreationException(String message, Throwable throwable)Deprecated.protectedStoreQueryCreationException(Throwable throwable)Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description abstract booleanisClassLoadingIssue()Deprecated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StoreQueryCreationException
protected StoreQueryCreationException(String message)
Deprecated.
-
StoreQueryCreationException
protected StoreQueryCreationException(String message, Throwable throwable)
Deprecated.
-
StoreQueryCreationException
protected StoreQueryCreationException(Throwable throwable)
Deprecated.
-
-