public static class

AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException

Class Overview

Thrown in response to an ambiguous binding being detected when trying to resolve a method's parameter names.

Summary

Public Constructors
AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException(String msg)
Construct a new AmbiguousBindingException with the specified message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AspectJAdviceParameterNameDiscoverer.AmbiguousBindingException (String msg)

Construct a new AmbiguousBindingException with the specified message.

Parameters
msg the detail message