ktor-io / io.ktor.utils.io.core / InsufficientSpaceException / <init>

<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")