Package io.siddhi.core.exception
Class DataPurgingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.siddhi.core.exception.DataPurgingException
-
- All Implemented Interfaces:
Serializable
public class DataPurgingException extends RuntimeException
Exception class to be used when there is an error in data purging.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataPurgingException()DataPurgingException(String message)DataPurgingException(String message, Throwable throwable)DataPurgingException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-