Package org.openstreetmap.josm.gui.io
Class DownloadFileTask.DownloadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openstreetmap.josm.gui.io.DownloadFileTask.DownloadException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- DownloadFileTask
private static class DownloadFileTask.DownloadException extends java.lang.Exception
-
-
Constructor Summary
Constructors Constructor Description DownloadException(java.lang.String message, java.lang.Throwable cause)
Constructs a newDownloadException
.
-
-
-
Constructor Detail
-
DownloadException
DownloadException(java.lang.String message, java.lang.Throwable cause)
Constructs a newDownloadException
.- Parameters:
message
- the detail message. The detail message is saved for later retrieval by theThrowable.getMessage()
method.cause
- the cause (which is saved for later retrieval by theThrowable.getCause()
method). (Anull
value is permitted, and indicates that the cause is nonexistent or unknown.)
-
-