ktor-io / io.ktor.utils.io.core / InsufficientSpaceException

InsufficientSpaceException

class InsufficientSpaceException : Exception

Constructors

<init>

InsufficientSpaceException(size: Int, availableSpace: Int)
InsufficientSpaceException(name: String, size: Int, availableSpace: Int)
InsufficientSpaceException(size: Long, availableSpace: Long)
InsufficientSpaceException(message: String = "Not enough free space")