Uses of Class
org.apache.camel.VetoCamelContextStartException

Packages that use VetoCamelContextStartException
org.apache.camel.management Camel management 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
org.apache.camel.support Base classes that help to implement the camel API and are expected to be extended by the user 
 

Uses of VetoCamelContextStartException in org.apache.camel.management
 

Methods in org.apache.camel.management that throw VetoCamelContextStartException
 void DefaultManagementLifecycleStrategy.onContextStart(CamelContext context)
           
 

Uses of VetoCamelContextStartException in org.apache.camel.spi
 

Methods in org.apache.camel.spi that throw VetoCamelContextStartException
 void LifecycleStrategy.onContextStart(CamelContext context)
          Notification on starting a CamelContext.
 

Uses of VetoCamelContextStartException in org.apache.camel.support
 

Methods in org.apache.camel.support that throw VetoCamelContextStartException
 void LifecycleStrategySupport.onContextStart(CamelContext context)
           
 



Apache Camel