SeekNotSupportedException

open class SeekNotSupportedException(message: String = "Seeking not supported!") : UnsupportedOperationException

Constructors

Link copied to clipboard
constructor(message: String = "Seeking not supported!")

Properties

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