Class ExceptionHeader
- java.lang.Object
-
- io.streamsthoughts.azkarra.commons.error.ExceptionHeader
-
public class ExceptionHeader extends Object
The default record-headers added to record write to the dead-letter-topic.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLASS_NAME
static String
MESSAGE
static String
STACKTRACE
static String
TIMESTAMP
-
Constructor Summary
Constructors Constructor Description ExceptionHeader()
-
-
-
Field Detail
-
STACKTRACE
public static final String STACKTRACE
- See Also:
- Constant Field Values
-
MESSAGE
public static final String MESSAGE
- See Also:
- Constant Field Values
-
CLASS_NAME
public static final String CLASS_NAME
- See Also:
- Constant Field Values
-
TIMESTAMP
public static final String TIMESTAMP
- See Also:
- Constant Field Values
-
-