FileAccessException

class FileAccessException(val message: String?) : IOException

Thrown when there is a problems of accessing files of sdk

Constructors

Link copied to clipboard
constructor(message: String?)

Properties

Link copied to clipboard
open override val message: String?