org.apache.camel.language.bean
Class RuntimeBeanExpressionException

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

public class RuntimeBeanExpressionException
extends RuntimeExpressionException

Exception thrown if invocation of bean failed.

Version:
See Also:
Serialized Form

Constructor Summary
RuntimeBeanExpressionException(Exchange exchange, String beanName, String method, Throwable e)
           
 
Method Summary
 String getBeanName()
           
 Exchange getExchange()
           
 String getMethod()
           
 
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

RuntimeBeanExpressionException

public RuntimeBeanExpressionException(Exchange exchange,
                                      String beanName,
                                      String method,
                                      Throwable e)
Method Detail

getBeanName

public String getBeanName()

getExchange

public Exchange getExchange()

getMethod

public String getMethod()


Apache CAMEL