InsufficientSpaceException

class InsufficientSpaceException(message: String = "Not enough free space") : Exception

Constructors

Link copied to clipboard
constructor(size: Int, availableSpace: Int)
constructor(name: String, size: Int, availableSpace: Int)
constructor(size: Long, availableSpace: Long)
constructor(message: String = "Not enough free space")

Properties

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

Functions

Link copied to clipboard
expect fun Throwable.printStack()

Print exception stacktrace.

actual fun Throwable.printStack()

Print exception stacktrace.

actual fun Throwable.printStack()

Print exception stacktrace.

actual fun Throwable.printStack()

Print exception stacktrace.