corda/client/rpc/src
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
..
integration-test 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
main/kotlin/net/corda/client/rpc Consistent use of CordaException and CordaRuntimeException (#1710) 2017-09-28 18:42:24 +01:00
smoke-test NodeInfo remove main identity (#1284) 2017-09-15 14:39:34 +01:00
test/kotlin/net/corda/client/rpc Moved the RPC classes in node-api that are needed in client-rpc. (#1610) 2017-09-22 16:03:24 +01:00