TimeoutException constructor

TimeoutException(
  1. String message
)

Implementation

TimeoutException(String message) : super(message);