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
-
Constructor Summary
ModifierConstructorDescriptionprotected
InsufficientMoneyException
(Coin missing) InsufficientMoneyException
(Coin missing, String message) -
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
-