Uses of Class
org.openstreetmap.josm.io.OsmApiPrimitiveGoneException

Packages that use OsmApiPrimitiveGoneException
org.openstreetmap.josm.gui.io   
 

Uses of OsmApiPrimitiveGoneException in org.openstreetmap.josm.gui.io
 

Methods in org.openstreetmap.josm.gui.io with parameters of type OsmApiPrimitiveGoneException
protected  void AbstractUploadTask.handleGone(OsmApiPrimitiveGoneException e)
          Handles an error which is caused by a delete request for an already deleted OsmPrimitive on the server, i.e.
protected  void UploadLayerTask.recoverFromGoneOnServer(OsmApiPrimitiveGoneException e, ProgressMonitor monitor)
          Retries to recover the upload operation from an exception which was thrown because an uploaded primitive was already deleted on the server.
protected  void UploadPrimitivesTask.recoverFromGoneOnServer(OsmApiPrimitiveGoneException e, ProgressMonitor monitor)
          Retries to recover the upload operation from an exception which was thrown because an uploaded primitive was already deleted on the server.
 



JOSM