TimeoutException constructor

TimeoutException(
  1. String message
)

Creates a TimeoutException with the given message.

Implementation

TimeoutException(this.message);