UnsupportedErrnoException

class UnsupportedErrnoException(message: String) : RuntimeException

Used to tell that the underlying POSIX implementation doesn't properly support a certain ERRNO.

Parameters

message

Message describing unsupported ERRNO.

Constructors

Link copied to clipboard
fun UnsupportedErrnoException(message: String)

Properties

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