public class AmbiguousMethodCallException extends CamelExchangeException
| Constructor and Description |
|---|
AmbiguousMethodCallException(Exchange exchange,
Collection<MethodInfo> methods) |
| Modifier and Type | Method and Description |
|---|---|
Collection<MethodInfo> |
getMethods()
The ambiguous methods for which a single method could not be chosen
|
createExceptionMessage, getExchangeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AmbiguousMethodCallException(Exchange exchange, Collection<MethodInfo> methods)
public Collection<MethodInfo> getMethods()
Apache Camel