Skip to content

//core/com.petersamokhin.vksdk.core.error/UnsupportedActionException

UnsupportedActionException

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

Some error when called type of functionality is currently not supported

Constructors

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

Types

Name Summary
Companion [common]
object Companion

Properties

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