public class InsufficientMoneyException extends 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,
String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2016. All rights reserved.