source: josm/trunk/src/org/openstreetmap/josm/io/OsmTransferCanceledException.java@ 6388

Last change on this file since 6388 was 5386, checked in by Don-vip, 12 years ago

see #7914 - Introduce OsmApi.MAX_DOWNLOAD_THREADS and improve javadoc in some classes of josm.io package

  • Property svn:eol-style set to native
File size: 261 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.io;
3
4/**
5 * Exception thrown when a communication with the OSM server has been cancelled by the user.
6 */
7public class OsmTransferCanceledException extends OsmTransferException {
8
9}
Note: See TracBrowser for help on using the repository browser.