Package org.bitcoinj.core
Class InsufficientMoneyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bitcoinj.core.InsufficientMoneyException
- All Implemented Interfaces:
 Serializable
Thrown to indicate that you don't have enough money available to perform the requested operation.
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInsufficientMoneyException(Coin missing) InsufficientMoneyException(Coin missing, String message) InsufficientMoneyException(Coin missing, Coin available, Coin outputs, Coin fee)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Field Details
- 
missing
Contains the number of satoshis that would have been required to complete the operation. 
 - 
 - 
Constructor Details
- 
InsufficientMoneyException
protected InsufficientMoneyException() - 
InsufficientMoneyException
 - 
InsufficientMoneyException
 - 
InsufficientMoneyException
 
 -