mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
42211a6d45
the current code doesn't forward the exception to the logging system, this means that any cause inside the exception is lost as with all of the stacktraces (both the one of the thrown exception and the one belonging to its cause). The correct way to log an exception is to pass both the message and the exception to the logging system.