Class DownloadException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.plugin.servlet.DownloadException
All Implemented Interfaces:
Serializable

public class DownloadException extends Exception
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 Details

    • DownloadException

      public DownloadException(String message)
    • DownloadException

      public DownloadException(String message, Exception cause)
    • DownloadException

      public DownloadException(Exception cause)