public class PathConflictException
extends java.lang.IllegalAccessException
| Constructor and Description |
|---|
PathConflictException(int anotherSamePathTaskId,
java.lang.String conflictPath,
java.lang.String targetFilePath) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAnotherSamePathTaskId()
Get the identify of another task which has the same path with the current task and its target
file path is the same to the current task too.
|
java.lang.String |
getDownloadingConflictPath()
Get the conflict downloading file path, normally, this path is used for store the downloading
file relate with the
mTargetFilePath |
java.lang.String |
getTargetFilePath()
Get the target file path, which downloading file path is conflict when downloading the task.
|
public PathConflictException(int anotherSamePathTaskId,
java.lang.String conflictPath,
java.lang.String targetFilePath)
public java.lang.String getDownloadingConflictPath()
mTargetFilePathpublic java.lang.String getTargetFilePath()
public int getAnotherSamePathTaskId()