class DatabaseException : UIError
DatabaseException(message: String? = null, error: Throwable? = null) |
val cause: UIError? |
|
val message: String? |
|
var origin: Throwable? |
open fun equals(other: Any?): Boolean |
|
open fun hashCode(): Int |
|
open fun toString(): String |