MobileSyncException

open class MobileSyncException @JvmOverloads constructor(val message: String? = null, val cause: Throwable? = null) : RuntimeException

Exception thrown by mobile sync manager

Inheritors

Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null)

Properties

Link copied to clipboard
open override val cause: Throwable? = null
Link copied to clipboard
open override val message: String? = null