Class FailedToStartRouteException

All Implemented Interfaces:
Serializable

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

    • FailedToStartRouteException

      public FailedToStartRouteException(String routeId, String message)
    • FailedToStartRouteException

      public FailedToStartRouteException(String routeId, String message, Throwable cause)
  • Method Details

    • getRouteId

      public String getRouteId()