
Since SSLHandshakeException is a subclass of IOException, and all that is happening is rethrowing an Exception, instead pass this one through so it will be handled by the central Downloader error handling. That's currently just a Toast, but it can easily be expanded in the future.