// License: GPL. For details, see LICENSE file.
package org.openstreetmap.josm.io;

/**
 * Exception thrown when a communication with the OSM server has been cancelled by the user.
 */
public class OsmTransferCanceledException extends OsmTransferException {

}
