Package org.apache.camel
Class FailedToCreateRouteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.camel.RuntimeCamelException
-
- org.apache.camel.FailedToCreateRouteException
-
- All Implemented Interfaces:
Serializable
public class FailedToCreateRouteException extends RuntimeCamelException
Exception when failing to create aRoute
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailedToCreateRouteException(String routeId, String route, String at, Throwable cause)
FailedToCreateRouteException(String routeId, String route, Throwable cause)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static String
getExceptionMessage(Throwable cause)
String
getRouteId()
protected static String
getRouteMessage(String route)
-
Methods inherited from class org.apache.camel.RuntimeCamelException
wrapRuntimeCamelException, wrapRuntimeException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-