Package org.bitcoindevkit
Class CalculateFeeException.NegativeFee
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class CalculateFeeException.NegativeFee extends CalculateFeeException
-
-
Constructor Summary
Constructors Constructor Description CalculateFeeException.NegativeFee(String amount)
-
Method Summary
Modifier and Type Method Description String
getMessage()
final String
getAmount()
-
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
-
-
-
-
Constructor Detail
-
CalculateFeeException.NegativeFee
CalculateFeeException.NegativeFee(String amount)
-
-
Method Detail
-
getMessage
String getMessage()
-
-