IOException
open expect class IOException : Exception
Constructors
IOException(message: String) |
Extension Properties
Root cause of the Throwable. |
Inheritors
open class ChannelIOException : IOException An exception thrown when an IO error occurred during reading or writing to/from the underlying channel. The typical error is “connection reset” and so on. |
|
expect class ConnectTimeoutException : IOException This exception is thrown in case connect timeout exceeded. |
|
expect class EOFException : IOException |
|
open expect class EOFException : IOException |
|
expect class SocketTimeoutException : IOException This exception is thrown in case socket timeout (read or write) exceeded. |