eclipse-ee4j / glassfish-concurro

Eclipse Concurrō project
https://projects.eclipse.org/projects/ee4j.glassfish
Other
15 stars 19 forks source link

Exception in managed thread now prints full stack trace #11

Closed Cousjava closed 6 years ago

Cousjava commented 6 years ago

Currently when an exception is thrown in a managed thread all that is printed out is the name of the exception with no further details. This makes it so that if a managed thread throws an exception than the name of the thread and the full stack trace will be printed.