Package org.bitcoinj.wallet
Class Wallet.CouldNotAdjustDownwards
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.bitcoinj.wallet.Wallet.CompletionException
-
- org.bitcoinj.wallet.Wallet.CouldNotAdjustDownwards
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Wallet
public static class Wallet.CouldNotAdjustDownwards extends Wallet.CompletionException
Thrown when we were trying to empty the wallet, and the total amount of money we were trying to empty after being reduced for the fee was smaller than the min payment. Note that the missing field will be null in this case.- See Also:
- Serialized Form