NetworkTimeoutException constructor

NetworkTimeoutException(
  1. String message
)

Creates a new NetworkTimeoutException with the given message.

Implementation

NetworkTimeoutException(super.message);