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 routeId, String route, Throwable cause)
    • FailedToCreateRouteException

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

    • getRouteId

      public String getRouteId()
    • getExceptionMessage

      protected static String getExceptionMessage(Throwable cause)
    • getRouteMessage

      protected static String getRouteMessage(String route)