Package io.siddhi.core.exception
Class PersistenceStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.siddhi.core.exception.PersistenceStoreException
-
- All Implemented Interfaces:
Serializable
public class PersistenceStoreException extends RuntimeException
Exception class to be used when issue occur at persistence store.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceStoreException()PersistenceStoreException(String message)PersistenceStoreException(String message, Throwable throwable)PersistenceStoreException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-