public class ArgumentMismatchModuleException extends JavaModuleException
JavaModuleException related with the JavaModuleError.ARGUMENTS_MISMATCH Error type| Constructor and Description |
|---|
ArgumentMismatchModuleException(String failure,
Executable executable,
List<Object> args,
Throwable cause) |
ArgumentMismatchModuleException(String failure,
Executable executable,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args) |
ArgumentMismatchModuleException(String failure,
Executable executable,
Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArgumentMismatchModuleException(String failure, Executable executable, Map<String,org.mule.runtime.api.metadata.TypedValue<Object>> args)
public ArgumentMismatchModuleException(String failure, Executable executable, List<Object> args, Throwable cause)
Copyright © 2018 MuleSoft, Inc.. All rights reserved.