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:
Serializable
- Enclosing class:
- Wallet
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:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString