Package io.siddhi.core.exception
Class SiddhiAppRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.siddhi.core.exception.SiddhiAppRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DatabaseRuntimeException
public class SiddhiAppRuntimeException extends RuntimeException
Exception class to be used when runtime error occurs in Siddi execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SiddhiAppRuntimeException()SiddhiAppRuntimeException(String message)SiddhiAppRuntimeException(String message, Throwable throwable)SiddhiAppRuntimeException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-