Package io.debezium.util
Class Throwables
java.lang.Object
io.debezium.util.Throwables
Functionality for dealing with
Throwables.- Author:
- Gunnar Morling
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThrowablegetRootCause(Throwable throwable) static voidlogErrorAndTraceRecord(org.slf4j.Logger logger, Object record, String message, Object... arguments) static voidlogErrorAndTraceRecord(org.slf4j.Logger logger, Object record, String message, Throwable e)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
Throwables
public Throwables()
-
-
Method Details
-
getRootCause
-
logErrorAndTraceRecord
-
logErrorAndTraceRecord
-