public class AmbiguousMethodCallException
extends org.apache.camel.RuntimeExchangeException
Constructor and Description |
---|
AmbiguousMethodCallException(org.apache.camel.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
|
wrapRuntimeCamelException, wrapRuntimeException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AmbiguousMethodCallException(org.apache.camel.Exchange exchange, Collection<MethodInfo> methods)
public Collection<MethodInfo> getMethods()
Apache Camel