Class MethodNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.RuntimeExchangeException
org.apache.camel.component.bean.MethodNotFoundException
All Implemented Interfaces:
Serializable

public class MethodNotFoundException extends org.apache.camel.RuntimeExchangeException
See Also:
  • Constructor Details

    • MethodNotFoundException

      public MethodNotFoundException(org.apache.camel.Exchange exchange, Object pojo, String methodName)
    • MethodNotFoundException

      public MethodNotFoundException(org.apache.camel.Exchange exchange, Object pojo, String methodName, String postfix)
    • MethodNotFoundException

      public MethodNotFoundException(org.apache.camel.Exchange exchange, Class<?> type, String methodName, boolean isStaticMethod)
    • MethodNotFoundException

      public MethodNotFoundException(Object pojo, String methodName, Throwable cause)
    • MethodNotFoundException

      public MethodNotFoundException(Class<?> type, String methodName, Throwable cause)
    • MethodNotFoundException

      public MethodNotFoundException(Class<?> type, String methodName)
  • Method Details

    • getMethodName

      public String getMethodName()
    • getBean

      public Object getBean()