Uses of Class
io.siddhi.core.util.error.handler.exception.ErrorStoreException
-
Packages that use ErrorStoreException Package Description io.siddhi.core.util.error.handler.store -
-
Uses of ErrorStoreException in io.siddhi.core.util.error.handler.store
Methods in io.siddhi.core.util.error.handler.store that throw ErrorStoreException Modifier and Type Method Description protected voidErrorStore. save(String siddhiAppName, String streamName, ErroneousEvent erroneousEvent, ErroneousEventType eventType, ErrorOccurrence errorOccurrence, ErrorType errorType)protected abstract voidErrorStore. saveEntry(long timestamp, String siddhiAppName, String streamName, byte[] eventAsBytes, String cause, byte[] stackTraceAsBytes, byte[] originalPayloadAsBytes, String errorOccurrence, String eventType, String errorType)
-