PosixException

sealed class PosixException

Represents a POSIX error. Could be thrown when a POSIX function returns error code.

Types

Link copied to clipboard
class AddressAlreadyInUseException(message: String) : PosixException
Link copied to clipboard
class BadFileDescriptorException(message: String) : PosixException
Link copied to clipboard
class BadMessageException(message: String) : PosixException
Link copied to clipboard
object Companion
Link copied to clipboard
class ConnectionAbortedException(message: String) : PosixException
Link copied to clipboard
class ConnectionRefusedException(message: String) : PosixException
Link copied to clipboard
class ConnectionResetException(message: String) : PosixException
Link copied to clipboard
class InterruptedException(message: String) : PosixException
Link copied to clipboard
class InvalidArgumentException(message: String) : PosixException
Link copied to clipboard
class NoMemoryException(message: String) : PosixException
Link copied to clipboard
class NoSuchFileException(message: String) : PosixException
Link copied to clipboard
class NotConnectedException(message: String) : PosixException
Link copied to clipboard
class NotSocketException(message: String) : PosixException
Link copied to clipboard
class OverflowException(message: String) : PosixException
Link copied to clipboard
class PosixErrnoException(errno: Int, message: String) : PosixException
Link copied to clipboard
class TimeoutIOException(message: String) : PosixException
Link copied to clipboard
class TryAgainException(errno: Int, message: String) : PosixException

Properties

Link copied to clipboard
val errno: Int

error code that caused this exception

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard