mirror of
https://github.com/corda/corda.git
synced 2025-01-31 08:25:50 +00:00
1ac1c483ff
* Added general exception handler for capturing and exiting on all types of Virtual Machine errors. * Minimize additional processing (use constant string for error message). * Remove redundant DB specific thread termination handler. * Incorporating PR review feedback. * Add println before halt. * Add println before halt ... to stderr