All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.threerings.getdown.net.DownloadAbortedException Maven / Gradle / Ivy

There is a newer version: 1.8.7
Show newest version
//
// Getdown - application installer, patcher and launcher
// Copyright (C) 2004-2016 Getdown authors
// https://github.com/threerings/getdown/blob/master/LICENSE

package com.threerings.getdown.net;

import java.io.IOException;

/**
 * Used to terminate the download process in its midst.
 */
public class DownloadAbortedException extends IOException
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy