package thread.download.api; public class ConnectionException extends Exception { public ConnectionException(String msg){ super(msg); } }