Package io.siddhi.core.exception
Class NoPersistenceStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.siddhi.core.exception.NoPersistenceStoreException
-
- All Implemented Interfaces:
Serializable
public class NoPersistenceStoreException extends RuntimeException
Exception class to be used when Siddhi can't find persistence store for state persistence.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoPersistenceStoreException()NoPersistenceStoreException(String message)NoPersistenceStoreException(String message, Throwable throwable)NoPersistenceStoreException(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
-
NoPersistenceStoreException
public NoPersistenceStoreException()
-
NoPersistenceStoreException
public NoPersistenceStoreException(String message)
-
NoPersistenceStoreException
public NoPersistenceStoreException(String message, Throwable throwable)
-
NoPersistenceStoreException
public NoPersistenceStoreException(Throwable throwable)
-
-