ayld / multiverse

Automatically exported from code.google.com/p/multiverse
Other
0 stars 0 forks source link

Instrumentation: Atomic and checked exceptions #138

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The transaction template wraps a checked exception in an unchecked one, but
the instrumentation doesn't unwrap that unchecked exception. So if you
throw a checked exception in the atomic method, the caller can receive an
unchecked one instead.

Original issue reported on code.google.com by alarmnum...@gmail.com on 27 May 2009 at 7:57

GoogleCodeExporter commented 8 years ago

Original comment by alarmnum...@gmail.com on 1 Jun 2009 at 7:59