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:
Serializable
- Enclosing class:
- DownloadFileTask
private static class DownloadFileTask.DownloadException extends Exception
-
-
Constructor Summary
Constructors Constructor Description DownloadException(String message, Throwable cause)
Constructs a newDownloadException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DownloadException
DownloadException(String message, 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.)
-
-