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.Exception
Thrown 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 protected
InsufficientMoneyException()
InsufficientMoneyException(Coin missing)
InsufficientMoneyException(Coin missing, java.lang.String message)
InsufficientMoneyException(Coin missing, Coin available, Coin outputs, Coin fee)
-
-
-
Field Detail
-
missing
@Nullable public final Coin missing
Contains the number of satoshis that would have been required to complete the operation.
-
-