corda/client
Matthew Nesbit 2774d6193a Consistent use of CordaException and CordaRuntimeException (#1710)
* Custom exceptions in corda, should either derive from an appropriate closely related java exception, or CordaException, or CordaRuntimeException. They should not inherit just from Exception, or RuntimeException.

Handle PR comments

Add nicer constructors to CordaException and CordaRuntimeException

* Fix ambiguous defaulted constructor
2017-09-28 18:42:24 +01:00
..
jackson Consistent use of CordaException and CordaRuntimeException (#1710) 2017-09-28 18:42:24 +01:00
jfx Made problematic CordaRPCClient c'tor private (with internal bridge methods) and added correct c'tors for public use. (#1653) 2017-09-27 12:17:31 +01:00
mock Corrected isolated.jar excludes for all projects and corrected some test dependencies. 2017-09-22 18:19:07 +02:00
rpc Consistent use of CordaException and CordaRuntimeException (#1710) 2017-09-28 18:42:24 +01:00