Class RuntimeBeanExpressionException

  • All Implemented Interfaces:
    Serializable

    public class RuntimeBeanExpressionException
    extends org.apache.camel.RuntimeExpressionException
    Exception thrown if invocation of bean failed.
    See Also:
    Serialized Form
    • Constructor Detail

      • RuntimeBeanExpressionException

        public RuntimeBeanExpressionException​(org.apache.camel.Exchange exchange,
                                              String beanName,
                                              String method,
                                              Throwable e)
      • RuntimeBeanExpressionException

        public RuntimeBeanExpressionException​(org.apache.camel.Exchange exchange,
                                              String beanName,
                                              String method,
                                              String message)
    • Method Detail

      • getBeanName

        public String getBeanName()
      • getExchange

        public org.apache.camel.Exchange getExchange()
      • getMethod

        public String getMethod()