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