Class 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 Detail

      • StoreQueryCreationException

        protected StoreQueryCreationException​(String message)
        Deprecated.
      • StoreQueryCreationException

        protected StoreQueryCreationException​(String message,
                                              Throwable throwable)
        Deprecated.
      • StoreQueryCreationException

        protected StoreQueryCreationException​(Throwable throwable)
        Deprecated.
    • Method Detail

      • isClassLoadingIssue

        public abstract boolean isClassLoadingIssue()
        Deprecated.