Description
If ThrowableProxy is to exist without change, it would be polite to provide mechanism to retrieve the initial source Throwable in an unadulterated form.
As already reported it's impossible to retrieve the original class name of the Throwable that was the source of a proxy instance, though the data exists as the private name attribute, which wouldn't be an issue at all if we could merely access the
Say via something like:
public Throwable proxiedThrown()
Attachments
Issue Links
- relates to
-
LOG4J2-542 LogEvents with exceptions fail to deserialize
- Resolved