Package io.siddhi.core.exception
Class StoreQueryRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.siddhi.core.exception.StoreQueryRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OnDemandQueryRuntimeException
@Deprecated public abstract class StoreQueryRuntimeException extends RuntimeException
Deprecated.Exception class to be used when an error occurs while executing on-demand queries. This is deprecated and use OnDemandQueryRuntimeException instead.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStoreQueryRuntimeException()Deprecated.protectedStoreQueryRuntimeException(String message)Deprecated.protectedStoreQueryRuntimeException(String message, Throwable throwable)Deprecated.protectedStoreQueryRuntimeException(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
-
StoreQueryRuntimeException
protected StoreQueryRuntimeException()
Deprecated.
-
StoreQueryRuntimeException
protected StoreQueryRuntimeException(String message)
Deprecated.
-
StoreQueryRuntimeException
protected StoreQueryRuntimeException(String message, Throwable throwable)
Deprecated.
-
StoreQueryRuntimeException
protected StoreQueryRuntimeException(Throwable throwable)
Deprecated.
-
-