Class InvocationModuleException
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.InvocationModuleException
- All Implemented Interfaces:
Serializable
A
JavaModuleException related with the JavaModuleError.INVOCATION Error type- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvocationModuleException(String componentDescription, Executable executable, Map<String, org.mule.runtime.api.metadata.TypedValue<Object>> args, Throwable cause) -
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
-
InvocationModuleException
-