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