@ -70,8 +70,9 @@ public class ExposeInvocationInterceptor implements MethodInterceptor, Ordered,
@@ -70,8 +70,9 @@ public class ExposeInvocationInterceptor implements MethodInterceptor, Ordered,
MethodInvocationmi=invocation.get();
if(mi==null)
thrownewIllegalStateException(
"No MethodInvocation found: Check that an AOP invocation is in progress, "+
"and that the ExposeInvocationInterceptor is in the interceptor chain.");
"No MethodInvocation found: Check that an AOP invocation is in progress, and that the "+
"ExposeInvocationInterceptor is upfront in the interceptor chain. Specifically, note that "+
"advices with order HIGHEST_PRECEDENCE will execute before ExposeInvocationInterceptor!");