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