FetchDataException constructor

FetchDataException(
  1. String message
)

Implementation

FetchDataException(String message)
    : super(message, "Error During Communication: ");