Class ModuleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.runtime.api.exception.MuleRuntimeException
org.mule.sdk.api.exception.ModuleException
All Implemented Interfaces:
Serializable

@MinMuleVersion("4.5.0") public class ModuleException extends org.mule.runtime.api.exception.MuleRuntimeException
RuntimeException implementation to throw Exceptions that indicates explicitly the ErrorTypeDefinition that is wanted to throw. Also gives the possibility to declare to add a message and detailed message for the Error to built.
Since:
1.0
See Also: