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
public class DownloadCancelledException extends ExporterException
Exception thrown by ZipDownloadExporter, if a download is cancelled mid flow.- Author:
- Alex Miller
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DownloadCancelledException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-