InsufficientSpaceException

class InsufficientSpaceException(message: String = "Not enough free space") : 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)
Link copied to clipboard
fun InsufficientSpaceException(message: String = "Not enough free space")

Properties

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

Extensions

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.