| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException | |||
Thrown in response to an ambiguous binding being detected when trying to resolve a method's parameter names.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct a new AmbiguousBindingException with the specified message.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Construct a new AmbiguousBindingException with the specified message.
| msg | the detail message |
|---|
