Class CannotClearSiddhiAppStateException

  • All Implemented Interfaces:
    Serializable

    public class CannotClearSiddhiAppStateException
    extends RuntimeException
    Exception class to be used when Siddhi app state cannot be cleared properly.
    See Also:
    Serialized Form
    • Constructor Detail

      • CannotClearSiddhiAppStateException

        public CannotClearSiddhiAppStateException()
      • CannotClearSiddhiAppStateException

        public CannotClearSiddhiAppStateException​(String message)
      • CannotClearSiddhiAppStateException

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

        public CannotClearSiddhiAppStateException​(Throwable throwable)