package com.matsuhiro.android.download;
public class SpecifiedUrlIsNotFoundException extends DownloadException {
private static final long serialVersionUID = 1L;
public SpecifiedUrlIsNotFoundException(String message) {
super(message);
// TODO Auto-generated constructor stub
}
}