-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: None
-
Component/s: None
-
None
NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.
ExceptionUtils.getRootCause(e) can return null, so it's not safe to tack on a getMessage() call. Instead, use ExceptionUtils.getRootCauseMessage(e).
- relates to
-
CONFCLOUD-25860 Using ExceptionUtils.getRootCause(e).getMessage causes NPEs to be thrown
-
- Closed
-