1. 修复编译问题
This commit is contained in:
parent
5b451c8d1b
commit
306652bc7d
|
|
@ -67,7 +67,9 @@ public class TomcatPluginInterceptor implements InstanceMethodsAroundInterceptor
|
|||
}
|
||||
|
||||
@Override
|
||||
public void handleMethodException(Throwable t, EnhancedClassInstanceContext context, InstanceMethodInvokeContext interceptorContext, Object ret) {
|
||||
// DO Nothing
|
||||
public void handleMethodException(Throwable t, EnhancedClassInstanceContext context,
|
||||
InstanceMethodInvokeContext interceptorContext) {
|
||||
new RPCServerInvokeMonitor().occurException(t);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue