public class MethodNotFoundException extends CamelExchangeException
Constructor and Description |
---|
MethodNotFoundException(Class<?> type,
String methodName,
Throwable cause) |
MethodNotFoundException(Exchange exchange,
Class<?> type,
String methodName,
boolean isStaticMethod) |
MethodNotFoundException(Exchange exchange,
Object pojo,
String methodName) |
MethodNotFoundException(Object pojo,
String methodName,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Object |
getBean() |
String |
getMethodName() |
createExceptionMessage, getExchange
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MethodNotFoundException(Exchange exchange, Object pojo, String methodName)
public MethodNotFoundException(Exchange exchange, Class<?> type, String methodName, boolean isStaticMethod)
public MethodNotFoundException(Object pojo, String methodName, Throwable cause)
Apache CAMEL