public class RuntimeBeanExpressionException
extends org.apache.camel.RuntimeExpressionException
Constructor and Description |
---|
RuntimeBeanExpressionException(org.apache.camel.Exchange exchange,
String beanName,
String method,
String message) |
RuntimeBeanExpressionException(org.apache.camel.Exchange exchange,
String beanName,
String method,
Throwable e) |
Modifier and Type | Method and Description |
---|---|
String |
getBeanName() |
org.apache.camel.Exchange |
getExchange() |
String |
getMethod() |
wrapRuntimeCamelException, wrapRuntimeException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Apache Camel