Package org.bitcoindevkit
Class CreateTxException.InsufficientFunds
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class CreateTxException.InsufficientFunds extends CreateTxException
-
-
Constructor Summary
Constructors Constructor Description CreateTxException.InsufficientFunds(ULong needed, ULong available)
-
Method Summary
Modifier and Type Method Description String
getMessage()
final ULong
getNeeded()
final ULong
getAvailable()
-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
getMessage
String getMessage()
-
getAvailable
final ULong getAvailable()
-
-