Class RuntimeBeanExpressionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.RuntimeExpressionException
org.apache.camel.language.bean.RuntimeBeanExpressionException
All Implemented Interfaces:
Serializable

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

    • 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 Details

    • getBeanName

      public String getBeanName()
    • getExchange

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

      public String getMethod()