Class Wallet.CouldNotAdjustDownwards

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Wallet

    public static class Wallet.CouldNotAdjustDownwards
    extends Wallet.CompletionException
    Thrown when we were trying to empty the wallet, and the total amount of money we were trying to empty after being reduced for the fee was smaller than the min payment. Note that the missing field will be null in this case.
    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

      • CouldNotAdjustDownwards

        public CouldNotAdjustDownwards()