corda/node
Dan Newton fa38012339 CORDA-2572 - Add peer information to stacktrace of received FlowException (#4998)
When a `UnexpectedFlowEndException` or a `FlowException` is received the
peer that the exception was thrown from will be added to the stacktrace.
This is due to it being easier to see and a field that developers
are much less likely to override.

A nullable field `peer` has been added to `FlowException` and
`UnexpectedFlowEndException`. This is read later on (when peer info
is not available) to append the peer info to the stacktrace.
2019-05-01 13:51:44 +01:00
..
capsule Include ch package in quasar instrumentation 2019-02-24 16:40:34 +01:00
src CORDA-2572 - Add peer information to stacktrace of received FlowException (#4998) 2019-05-01 13:51:44 +01:00
build.gradle CORDA-2586 - explorer exception handling (#4957) 2019-05-01 13:50:50 +01:00