public static class HttpDataSource.HttpDataSourceException
extends java.io.IOException
HttpDataSource
.Modifier and Type | Class and Description |
---|---|
static interface |
HttpDataSource.HttpDataSourceException.Type |
Modifier and Type | Field and Description |
---|---|
DataSpec |
dataSpec
The
DataSpec associated with the current connection. |
int |
type |
static int |
TYPE_CLOSE |
static int |
TYPE_OPEN |
static int |
TYPE_READ |
Constructor and Description |
---|
HttpDataSourceException(DataSpec dataSpec,
int type) |
HttpDataSourceException(java.io.IOException cause,
DataSpec dataSpec,
int type) |
HttpDataSourceException(java.lang.String message,
DataSpec dataSpec,
int type) |
HttpDataSourceException(java.lang.String message,
java.io.IOException cause,
DataSpec dataSpec,
int type) |
public static final int TYPE_OPEN
public static final int TYPE_READ
public static final int TYPE_CLOSE
public final int type
public HttpDataSourceException(DataSpec dataSpec, int type)
public HttpDataSourceException(java.lang.String message, DataSpec dataSpec, int type)
public HttpDataSourceException(java.io.IOException cause, DataSpec dataSpec, int type)
public HttpDataSourceException(java.lang.String message, java.io.IOException cause, DataSpec dataSpec, int type)