corda/finance
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
..
isolated Fixes bugs with contract constraints (#1696) 2017-09-28 18:30:17 +01:00
src Consistent use of CordaException and CordaRuntimeException (#1710) 2017-09-28 18:42:24 +01:00
build.gradle Move SwapIdentitiesFlow to confidential-identities module (#1531) 2017-09-18 14:19:20 +01:00