-
Bug
-
Resolution: Done
-
Critical
-
7.0.0.Beta2
-
None
If an interceptor throws an exception that is not declared by the method the calling code will still get that undeclared checked exception. This should not happen. The most logical solution would be to throw an UndeclaredThrowableException instead.
See https://github.com/wolfc/jboss-as/commits/JBAS-9221 for test.