com.google.bitcoin.core
Class InsufficientMoneyException.CouldNotAdjustDownwards
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.bitcoin.core.InsufficientMoneyException
com.google.bitcoin.core.InsufficientMoneyException.CouldNotAdjustDownwards
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- InsufficientMoneyException
public static class InsufficientMoneyException.CouldNotAdjustDownwards
- extends InsufficientMoneyException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InsufficientMoneyException.CouldNotAdjustDownwards
public InsufficientMoneyException.CouldNotAdjustDownwards()
Copyright © 2014. All rights reserved.