Package org.bitcoinj.wallet
Class Wallet.DustySendRequested
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bitcoinj.wallet.Wallet.CompletionException
org.bitcoinj.wallet.Wallet.DustySendRequested
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - Wallet
 
Thrown if the resultant transaction would violate the dust rules (an output that's too small to be worthwhile).
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
DustySendRequested
public DustySendRequested() 
 -