NetworkException constructor

NetworkException(
  1. String message
)

Implementation

NetworkException(String message) : super(message);