public class InsufficientMoneyException extends Exception
Modifier and Type | Class and Description |
---|---|
static class |
InsufficientMoneyException.CouldNotAdjustDownwards
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.
|
Modifier and Type | Field and Description |
---|---|
BigInteger |
missing
Contains the number of satoshis that would have been required to complete the operation.
|
Modifier | Constructor and Description |
---|---|
protected |
InsufficientMoneyException() |
|
InsufficientMoneyException(BigInteger missing) |
|
InsufficientMoneyException(BigInteger missing,
String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Nullable public final BigInteger missing
protected InsufficientMoneyException()
public InsufficientMoneyException(BigInteger missing)
public InsufficientMoneyException(BigInteger missing, String message)
Copyright © 2014. All rights reserved.