NetworkErrorException constructor

NetworkErrorException(
  1. String cause
)

Exception constructor containing the description for the exception.

Implementation

NetworkErrorException(this.cause);