public interface RouteError
Modifier and Type | Interface and Description |
---|---|
static class |
RouteError.Phase |
Modifier and Type | Method and Description |
---|---|
Throwable |
getException()
Gets the error.
|
RouteError.Phase |
getPhase()
Gets the phase associated with the error.
|
boolean |
isUnhealthy()
Whether the route is regarded as unhealthy.
|
RouteError.Phase getPhase()
Throwable getException()
boolean isUnhealthy()
Apache Camel