org.openstreetmap.josm.io
Class OsmTransferCanceledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openstreetmap.josm.io.OsmTransferException
              extended by org.openstreetmap.josm.io.OsmTransferCanceledException
All Implemented Interfaces:
java.io.Serializable

public class OsmTransferCanceledException
extends OsmTransferException

Exception thrown when a communication with the OSM server has been cancelled by the user.

See Also:
Serialized Form

Constructor Summary
OsmTransferCanceledException()
           
 
Method Summary
 
Methods inherited from class org.openstreetmap.josm.io.OsmTransferException
getUrl, setUrl
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OsmTransferCanceledException

public OsmTransferCanceledException()


JOSM