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:
java.io.Serializable
- Enclosing class:
- Wallet
public static class Wallet.DustySendRequested extends Wallet.CompletionException
Thrown if the resultant transaction would violate the dust rules (an output that's too small to be worthwhile).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DustySendRequested()
-