|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.atlassian.plugin.servlet.DownloadException
public class DownloadException
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.
| Constructor Summary | |
|---|---|
DownloadException(java.lang.Exception cause)
|
|
DownloadException(java.lang.String message)
|
|
DownloadException(java.lang.String message,
java.lang.Exception cause)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DownloadException(java.lang.String message)
public DownloadException(java.lang.String message,
java.lang.Exception cause)
public DownloadException(java.lang.Exception cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||