Class ErrorStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.siddhi.core.util.error.handler.exception.ErrorStoreException
-
- All Implemented Interfaces:
Serializable
public class ErrorStoreException extends Exception
Exception thrown by the error store.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorStoreException(String message)ErrorStoreException(String message, Throwable throwable)ErrorStoreException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-