org.apache.camel
Class VetoCamelContextStartException

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

public class VetoCamelContextStartException
extends Exception

An exception to veto starting CamelContext.

Version:
See Also:
Serialized Form

Constructor Summary
VetoCamelContextStartException(String message, CamelContext context)
           
VetoCamelContextStartException(String message, Throwable cause, CamelContext context)
           
 
Method Summary
 CamelContext getContext()
           
 
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

VetoCamelContextStartException

public VetoCamelContextStartException(String message,
                                      CamelContext context)

VetoCamelContextStartException

public VetoCamelContextStartException(String message,
                                      Throwable cause,
                                      CamelContext context)
Method Detail

getContext

public CamelContext getContext()


Apache CAMEL