PLVMediaPlayerBusinessException

class PLVMediaPlayerBusinessException(val error: PLVMediaPlayerBusinessError, val message: String? = null, cause: Throwable? = null) : Exception

Constructors

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

Properties

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