Class ErroneousEvent
- java.lang.Object
-
- io.siddhi.core.util.error.handler.model.ErroneousEvent
-
public class ErroneousEvent extends Object
Represents a collected event, which was dropped because it was erroneous.
-
-
Constructor Summary
Constructors Constructor Description ErroneousEvent(Object event, String cause)ErroneousEvent(Object event, Throwable throwable, String cause)ErroneousEvent(String cause)ErroneousEvent(Throwable throwable, String cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCause()ObjectgetEvent()ObjectgetOriginalPayload()ThrowablegetThrowable()voidsetOriginalPayload(Object originalPayload)
-