001// License: GPL. For details, see LICENSE file.
002package org.openstreetmap.josm.io;
003
004/**
005 * Exception thrown when a communication with the OSM server has been cancelled by the user.
006 */
007public class OsmTransferCanceledException extends OsmTransferException {
008
009}