public class InsufficientMoneyException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
Coin |
missing
Contains the number of satoshis that would have been required to complete the operation.
|
Modifier | Constructor and Description |
---|---|
protected |
InsufficientMoneyException() |
|
InsufficientMoneyException(Coin missing) |
|
InsufficientMoneyException(Coin missing,
java.lang.String message) |
@Nullable public final Coin missing