DownloadException


@UnstableApi
public final class DownloadException extends IOException


Thrown on an error during downloading.

Summary

Public constructors

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

DownloadException

public DownloadException(Throwable cause)
Parameters
Throwable cause

The cause for the exception.

DownloadException

public DownloadException(String message)
Parameters
String message

The message for the exception.