@ -71,11 +71,11 @@ public final class ExposeInvocationInterceptor implements MethodInterceptor, Pri
@@ -71,11 +71,11 @@ public final class ExposeInvocationInterceptor implements MethodInterceptor, Pri
MethodInvocationmi=invocation.get();
if(mi==null){
thrownewIllegalStateException(
"No MethodInvocation found: Check that an AOP invocation is in progress, and that the "+
"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! "+
"Check that ExposeInvocationInterceptor and ExposeInvocationInterceptor.currentInvocation() "+
"invoke in one Thread");
"In addition, ExposeInvocationInterceptor and ExposeInvocationInterceptor.currentInvocation() "+