Class NoSuchMethodModuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.runtime.api.exception.MuleRuntimeException
org.mule.runtime.extension.api.exception.ModuleException
org.mule.extensions.java.api.exception.JavaModuleException
org.mule.extensions.java.api.exception.NoSuchMethodModuleException
- All Implemented Interfaces:
Serializable
A
JavaModuleException related with the JavaModuleError.NO_SUCH_METHOD Error type- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchMethodModuleException(ExecutableIdentifier id, Class<?> targetClass, Map<String, org.mule.runtime.api.metadata.TypedValue<Object>> args) -
Method Summary
Methods inherited from class org.mule.runtime.extension.api.exception.ModuleException
getType, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NoSuchMethodModuleException
public NoSuchMethodModuleException(ExecutableIdentifier id, Class<?> targetClass, Map<String, org.mule.runtime.api.metadata.TypedValue<Object>> args)
-