com.atlassian.plugin.servlet
Class DownloadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
DownloadException(Exception cause)
           
DownloadException(String message)
           
DownloadException(String message, 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

DownloadException

public DownloadException(String message)

DownloadException

public DownloadException(String message,
                         Exception cause)

DownloadException

public DownloadException(Exception cause)


Copyright © 2015 Atlassian. All rights reserved.