Class MethodNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class MethodNotFoundException
    extends org.apache.camel.RuntimeExchangeException
    See Also:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getMethodName

        public String getMethodName()
      • getBean

        public Object getBean()