FetchException constructor

FetchException(
  1. String message
)

ctor

Implementation

FetchException(String message) : super(message);