Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DustySendRequested

        public DustySendRequested()