Class AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- AspectJAdviceParameterNameDiscoverer
public static class AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException
extends RuntimeException
Thrown in response to an ambiguous binding being detected when
trying to resolve a method's parameter names.
- Since:
- 2.0
- Author:
- Adrian Colyer, Juergen Hoeller
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstruct a new AmbiguousBindingException with the specified message.
- 
Method SummaryMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AmbiguousBindingExceptionConstruct a new AmbiguousBindingException with the specified message.- Parameters:
- msg- the detail message
 
 
-