TimeoutException constructor
TimeoutException(
- String message
Creates a TimeoutException with the given message.
Implementation
TimeoutException(this.message);
Creates a TimeoutException with the given message.
TimeoutException(this.message);