public class

DownloadException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.plugin.servlet.DownloadException

Class Overview

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.

Summary

Public Constructors
DownloadException(String message)
DownloadException(String message, Exception cause)
DownloadException(Exception cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DownloadException (String message)

public DownloadException (String message, Exception cause)

public DownloadException (Exception cause)