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