is a bit confusing as "its throws clause" could also refer to the TellerBean's getBalance method. Although, this would not help since the throws clause on the interface's method would need to be altered as well.TellerInterceptor can be used in @Interceptors annotation for TellerBean class if its throws clause is modified to: throws ZeroBalanceException
Still, I propose to have the possible option read
.TellerInterceptor can be used in @Interceptors annotation for TellerBean class if the TellerInterceptor's myAround method's throws clause is modified to: throws ZeroBalanceException