mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 14:54:15 +00:00
If there's insufficient balance (typical error) then InsufficientMoneyException is thrown (checked). If the SendRequest is bad in some way, like asking to create a spend that would violate the protocol rules, IllegalArgumentException is thrown (unchecked). Also make VerificationException (and thus ProtocolException+ScriptException) unchecked. Resolves issue 425.