public class ExceptionFailureStatistics extends Object
| Constructor and Description |
|---|
ExceptionFailureStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Class<?>> |
getExceptions() |
long |
getFailureCounter(Class<?> exception) |
void |
init(List<Class<?>> exceptions) |
void |
onHandledFailure(Exception exception) |
void |
reset() |
Apache Camel