Package org.alfresco.repo.download
Class DownloadCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.service.cmr.view.ExporterException
org.alfresco.repo.download.DownloadCancelledException
- All Implemented Interfaces:
Serializable
Exception thrown by ZipDownloadExporter, if a download is cancelled mid flow.
- Author:
- Alex Miller
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DownloadCancelledException
public DownloadCancelledException()
-