类 AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
infra.aop.aspectj.AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException
- 所有已实现的接口:
Serializable
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.
- 另请参阅:
-
构造器概要
构造器构造器说明Construct a new AmbiguousBindingException with the specified message. -
方法概要
-
构造器详细资料
-
AmbiguousBindingException
Construct a new AmbiguousBindingException with the specified message.- 参数:
msg- the detail message
-