public class MethodNotFoundException
extends org.apache.camel.RuntimeExchangeException
Constructor and Description |
---|
MethodNotFoundException(Class<?> type,
String methodName,
Throwable cause) |
MethodNotFoundException(org.apache.camel.Exchange exchange,
Class<?> type,
String methodName,
boolean isStaticMethod) |
MethodNotFoundException(org.apache.camel.Exchange exchange,
Object pojo,
String methodName) |
MethodNotFoundException(org.apache.camel.Exchange exchange,
Object pojo,
String methodName,
String postfix) |
MethodNotFoundException(Object pojo,
String methodName,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Object |
getBean() |
String |
getMethodName() |
wrapRuntimeCamelException, wrapRuntimeException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MethodNotFoundException(org.apache.camel.Exchange exchange, Object pojo, String methodName)
public MethodNotFoundException(org.apache.camel.Exchange exchange, Object pojo, String methodName, String postfix)
public MethodNotFoundException(org.apache.camel.Exchange exchange, Class<?> type, String methodName, boolean isStaticMethod)
public MethodNotFoundException(Object pojo, String methodName, Throwable cause)
Apache Camel