Class ExceptionHeader
- java.lang.Object
-
- io.streamthoughts.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
ERROR_APPLICATION_ID
static String
ERROR_EXCEPTION_CLASS_NAME
static String
ERROR_EXCEPTION_MESSAGE
static String
ERROR_EXCEPTION_STACKTRACE
static String
ERROR_RECORD_OFFSET
static String
ERROR_RECORD_PARTITION
static String
ERROR_RECORD_TOPIC
static String
ERROR_TIMESTAMP
-
Constructor Summary
Constructors Constructor Description ExceptionHeader()
-
-
-
Field Detail
-
ERROR_EXCEPTION_STACKTRACE
public static final String ERROR_EXCEPTION_STACKTRACE
- See Also:
- Constant Field Values
-
ERROR_EXCEPTION_MESSAGE
public static final String ERROR_EXCEPTION_MESSAGE
- See Also:
- Constant Field Values
-
ERROR_EXCEPTION_CLASS_NAME
public static final String ERROR_EXCEPTION_CLASS_NAME
- See Also:
- Constant Field Values
-
ERROR_TIMESTAMP
public static final String ERROR_TIMESTAMP
- See Also:
- Constant Field Values
-
ERROR_APPLICATION_ID
public static final String ERROR_APPLICATION_ID
- See Also:
- Constant Field Values
-
ERROR_RECORD_TOPIC
public static final String ERROR_RECORD_TOPIC
- See Also:
- Constant Field Values
-
ERROR_RECORD_PARTITION
public static final String ERROR_RECORD_PARTITION
- See Also:
- Constant Field Values
-
ERROR_RECORD_OFFSET
public static final String ERROR_RECORD_OFFSET
- See Also:
- Constant Field Values
-
-