DownloadException constructor

DownloadException(
  1. String message,
  2. StackTrace stackTrace
)

Implementation

DownloadException(this.message, this.stackTrace);