Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
BookKeeperAdmin#replicateLedgerFragment should throw an exception on error conditions. Currently it only returns boolean, whether it succeeded to not. It should return void, and throw Exceptions in error cases.
This will allow code using it to possibly resolve the issue causing the exception.