Package io.siddhi.core.exception
Class DatabaseRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.siddhi.core.exception.SiddhiAppRuntimeException
-
- io.siddhi.core.exception.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 Summary
Constructors Constructor Description DatabaseRuntimeException(String message)DatabaseRuntimeException(String message, Throwable throwable)DatabaseRuntimeException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-