Class DatabaseRuntimeException

  • All Implemented Interfaces:
    Serializable

    public class DatabaseRuntimeException
    extends SiddhiAppRuntimeException
    Represents an unchecked exception which may be thrown during runtime, from which we may not expect the Siddhi runtime to reasonable recover.
    See Also:
    Serialized Form
    • Constructor Detail

      • DatabaseRuntimeException

        public DatabaseRuntimeException​(String message)
      • DatabaseRuntimeException

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

        public DatabaseRuntimeException​(Throwable throwable)