public class OsmTransferCanceledException extends OsmTransferException
Constructor and Description |
---|
OsmTransferCanceledException()
Constructs a new
OsmTransferCanceledException , without root cause. |
OsmTransferCanceledException(java.lang.Throwable cause)
Constructs a new
OsmTransferCanceledException , with given root cause. |
getUrl, setUrl
public OsmTransferCanceledException()
OsmTransferCanceledException
, without root cause.public OsmTransferCanceledException(java.lang.Throwable cause)
OsmTransferCanceledException
, with given root cause.cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method).
A null value is permitted, and indicates that the cause is nonexistent or unknown.