TimeoutCancellationException

class TimeoutCancellationException : TimeoutException (source)

This exception is thrown by withTimeout to indicate timeout.

Constructors

<init>

TimeoutCancellationException(message: String)

Creates timeout exception with a given message.