Package org.bitcoindevkit
Class TransactionException.InvalidChecksum
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class TransactionException.InvalidChecksum extends TransactionException
-
-
Constructor Summary
Constructors Constructor Description TransactionException.InvalidChecksum(String expected, String actual)
-
Method Summary
Modifier and Type Method Description String
getMessage()
final String
getExpected()
final String
getActual()
-
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()
-
getExpected
final String getExpected()
-
-