InsufficientSpaceException

class InsufficientSpaceException(message: String) : Exception

Constructors

Link copied to clipboard
fun InsufficientSpaceException(size: Int, availableSpace: Int)
Link copied to clipboard
fun InsufficientSpaceException(name: String, size: Int, availableSpace: Int)
Link copied to clipboard
fun InsufficientSpaceException(size: Long, availableSpace: Long)

Properties

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