Class FailedToCreateRouteException

All Implemented Interfaces:
Serializable

public class FailedToCreateRouteException extends RuntimeCamelException
Exception when failing to create a Route.
See Also:
  • Constructor Details

    • FailedToCreateRouteException

      public FailedToCreateRouteException(String cause)
    • FailedToCreateRouteException

      public FailedToCreateRouteException(String routeId, String location, String route, String cause)
    • FailedToCreateRouteException

      public FailedToCreateRouteException(String routeId, String location, String route, Throwable cause)
    • FailedToCreateRouteException

      public FailedToCreateRouteException(String routeId, String location, String route, String at, Throwable cause)
  • Method Details

    • getRouteId

      public String getRouteId()
    • getLocation

      public String getLocation()
    • getExceptionMessage

      protected static String getExceptionMessage(Throwable cause)
    • getRouteMessage

      protected static String getRouteMessage(String route)