Skip to content

//core/com.petersamokhin.vksdk.core.error/VkException

VkException

[common]\ open class VkException(message: String?, cause: Throwable?) : Exception

Base error

Constructors

VkException [common]
fun VkException(message: String? = null, cause: Throwable? = null)

Properties

Name Summary
cause [common]
open override val cause: Throwable? = null
Error cause
message [common]
open override val message: String? = null
Error message

Inheritors

Name
UnsupportedActionException
VkResponseException
VkSdkInitiationException