Package com.atlassian.plugin.servlet
Class DownloadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.plugin.servlet.DownloadException
- All Implemented Interfaces:
Serializable
An exception was encountered while trying to write a resource to the client.
This is usually an IOException meaning that the client aborted and is rarely
interesting in production logs.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDownloadException(Exception cause) DownloadException(String message) DownloadException(String message, Exception cause) -
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
-
DownloadException
-
DownloadException
-