com.google.bitcoin.core
Class InsufficientMoneyException.CouldNotAdjustDownwards

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.bitcoin.core.InsufficientMoneyException
              extended by com.google.bitcoin.core.InsufficientMoneyException.CouldNotAdjustDownwards
All Implemented Interfaces:
Serializable
Enclosing class:
InsufficientMoneyException

public static class InsufficientMoneyException.CouldNotAdjustDownwards
extends InsufficientMoneyException

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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.bitcoin.core.InsufficientMoneyException
InsufficientMoneyException.CouldNotAdjustDownwards
 
Field Summary
 
Fields inherited from class com.google.bitcoin.core.InsufficientMoneyException
missing
 
Constructor Summary
InsufficientMoneyException.CouldNotAdjustDownwards()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

InsufficientMoneyException.CouldNotAdjustDownwards

public InsufficientMoneyException.CouldNotAdjustDownwards()


Copyright © 2014. All rights reserved.