public class FailedToCreateRouteException extends CamelException
Route.| Constructor and Description |
|---|
FailedToCreateRouteException(String routeId,
String route,
String at,
Throwable cause) |
FailedToCreateRouteException(String routeId,
String route,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRouteId() |
protected static String |
getRouteMessage(String route) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FailedToCreateRouteException(String routeId, String route, Throwable cause)
public FailedToCreateRouteException(String routeId, String route, String at, Throwable cause)
public String getRouteId()
protected static String getRouteMessage(String route)
Apache Camel