Class ExtensionNotFoundException

  • All Implemented Interfaces:
    io.siddhi.query.api.exception.SiddhiAppContextException, Serializable

    public class ExtensionNotFoundException
    extends SiddhiAppCreationException
    This exception can be thrown when an extension is not found. E.g. The class loader cannot find it.
    See Also:
    Serialized Form
    • Constructor Detail

      • ExtensionNotFoundException

        public ExtensionNotFoundException​(String message,
                                          boolean isClassLoadingIssue)
      • ExtensionNotFoundException

        public ExtensionNotFoundException​(String message,
                                          Throwable throwable,
                                          boolean isClassLoadingIssue)
      • ExtensionNotFoundException

        public ExtensionNotFoundException​(String message)
      • ExtensionNotFoundException

        public ExtensionNotFoundException​(String message,
                                          Throwable throwable)
      • ExtensionNotFoundException

        public ExtensionNotFoundException​(Throwable throwable)
      • ExtensionNotFoundException

        public ExtensionNotFoundException​(String message,
                                          int[] queryContextStartIndex,
                                          int[] queryContextEndIndex,
                                          String siddhiAppName,
                                          String siddhiAppString)
      • ExtensionNotFoundException

        public ExtensionNotFoundException​(String message,
                                          io.siddhi.query.api.SiddhiElement siddhiElement,
                                          SiddhiAppContext siddhiAppContext)
      • ExtensionNotFoundException

        public ExtensionNotFoundException​(String message,
                                          Throwable throwable,
                                          int[] queryContextStartIndex,
                                          int[] queryContextEndIndex)
      • ExtensionNotFoundException

        public ExtensionNotFoundException​(String message,
                                          int[] queryContextStartIndex,
                                          int[] queryContextEndIndex)
      • ExtensionNotFoundException

        public ExtensionNotFoundException​(String message,
                                          Throwable throwable,
                                          int[] queryContextStartIndex,
                                          int[] queryContextEndIndex,
                                          SiddhiAppContext siddhiAppContext)
      • ExtensionNotFoundException

        public ExtensionNotFoundException​(String message,
                                          Throwable throwable,
                                          int[] queryContextStartIndex,
                                          int[] queryContextEndIndex,
                                          String siddhiAppName,
                                          String siddhiAppString)