Package org.bitcoinj.core
Class InsufficientMoneyException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- org.bitcoinj.core.InsufficientMoneyException
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class InsufficientMoneyException extends java.lang.ExceptionThrown to indicate that you don't have enough money available to perform the requested operation.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedInsufficientMoneyException()InsufficientMoneyException(Coin missing)InsufficientMoneyException(Coin missing, java.lang.String message) 
 - 
 
- 
- 
Field Detail
- 
missing
@Nullable public final Coin missing
Contains the number of satoshis that would have been required to complete the operation. 
 - 
 
 -