Class VetoCamelContextStartException

    • Constructor Detail

      • VetoCamelContextStartException

        public VetoCamelContextStartException​(String message,
                                              CamelContext context)
      • VetoCamelContextStartException

        public VetoCamelContextStartException​(String message,
                                              CamelContext context,
                                              boolean rethrowException)
      • VetoCamelContextStartException

        public VetoCamelContextStartException​(String message,
                                              Throwable cause,
                                              CamelContext context,
                                              boolean rethrowException)
    • Method Detail

      • isRethrowException

        public boolean isRethrowException()
        Whether to rethrow this exception when starting CamelContext, to cause an exception to be thrown from the start method.

        This option is default true.