Package io.siddhi.core.exception
Class CannotRestoreSiddhiAppStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.siddhi.core.exception.CannotRestoreSiddhiAppStateException
-
- All Implemented Interfaces:
Serializable
public class CannotRestoreSiddhiAppStateException extends Exception
Exception class to be used when Siddhi app can not restore state properly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotRestoreSiddhiAppStateException()CannotRestoreSiddhiAppStateException(String message)CannotRestoreSiddhiAppStateException(String message, Throwable throwable)CannotRestoreSiddhiAppStateException(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
-
CannotRestoreSiddhiAppStateException
public CannotRestoreSiddhiAppStateException()
-
CannotRestoreSiddhiAppStateException
public CannotRestoreSiddhiAppStateException(String message)
-
CannotRestoreSiddhiAppStateException
public CannotRestoreSiddhiAppStateException(String message, Throwable throwable)
-
CannotRestoreSiddhiAppStateException
public CannotRestoreSiddhiAppStateException(Throwable throwable)
-
-