package week3.download.api; public class ConnectionException extends Exception{ public ConnectionException(Exception e){ super(e); } }