com.atlassian.plugin.servlet
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DownloadException
public DownloadException(String message)
DownloadException
public DownloadException(String message,
Exception cause)
DownloadException
public DownloadException(Exception cause)
Copyright © 2014 Atlassian. All rights reserved.