Package io.goobi.viewer.exceptions
Class DownloadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.PresentationException
io.goobi.viewer.exceptions.DownloadException
- All Implemented Interfaces:
Serializable
Thrown when an error occurs during a file download operation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDownloadException(String string) Creates a new DownloadException instance.DownloadException(String string, Throwable e) Creates a new DownloadException instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DownloadException
Creates a new DownloadException instance.- Parameters:
string- detail message describing the download failuree- cause of the download failure
-
DownloadException
Creates a new DownloadException instance.- Parameters:
string- detail message describing the download failure
-