public interface TransactionErrorTracker
| Modifier and Type | Method and Description |
|---|---|
TransactionErrorPriority |
getPriority() |
TransactionThrowable |
getThrowable() |
void |
noticeTracerException(java.lang.Throwable throwable,
java.lang.String spanId) |
void |
setThrowable(java.lang.Throwable throwable,
TransactionErrorPriority priority,
boolean expected,
java.lang.String mostRecentSpanId) |
void |
setThrowable(TransactionThrowable transactionThrowable) |
boolean |
tryUpdatePriority(TransactionErrorPriority newPriority) |
TransactionThrowable getThrowable()
void setThrowable(TransactionThrowable transactionThrowable)
void setThrowable(java.lang.Throwable throwable,
TransactionErrorPriority priority,
boolean expected,
java.lang.String mostRecentSpanId)
boolean tryUpdatePriority(TransactionErrorPriority newPriority)
TransactionErrorPriority getPriority()
void noticeTracerException(java.lang.Throwable throwable,
java.lang.String spanId)