org.apache.camel
Class FailedToStartRouteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.camel.CamelException
              extended by org.apache.camel.FailedToStartRouteException
All Implemented Interfaces:
Serializable

public class FailedToStartRouteException
extends CamelException

Exception when failing to start a Route.

Version:
See Also:
Serialized Form

Constructor Summary
FailedToStartRouteException(String routeId, String message)
           
FailedToStartRouteException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FailedToStartRouteException

public FailedToStartRouteException(String routeId,
                                   String message)

FailedToStartRouteException

public FailedToStartRouteException(Throwable cause)


Apache CAMEL