Class JavaModuleException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArgumentMismatchModuleException, ClassNotFoundModuleException, InvocationModuleException, NonInstantiableTypeModuleException, NoSuchConstructorModuleException, NoSuchMethodModuleException, WrongTypeModuleException

public abstract class JavaModuleException extends org.mule.runtime.extension.api.exception.ModuleException
Base ModuleException for all the Exceptions thrown by the JavaModule namespace
Since:
1.0
See Also: