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