Package org.bitcoindevkit
Class CreateTxException.LockTime
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class CreateTxException.LockTime extends CreateTxException
-
-
Constructor Summary
Constructors Constructor Description CreateTxException.LockTime(String requested, String required)
-
Method Summary
Modifier and Type Method Description String
getMessage()
final String
getRequested()
final String
getRequired()
-
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()
-
getRequested
final String getRequested()
-
getRequired
final String getRequired()
-
-