es.prodevelop.gvsig.mobile.fmap.util.download
Class DownloadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byes.prodevelop.gvsig.mobile.fmap.util.download.DownloadException
All Implemented Interfaces:
java.io.Serializable

public class DownloadException
extends java.lang.Exception

Exception class used while downloading.

Author:
jldominguez
See Also:
DownloadTask, Serialized Form

Constructor Summary
DownloadException()
          Constructor with a standard download error message
DownloadException(java.lang.String msg)
          Constructor with a specified download error message
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DownloadException

public DownloadException()
Constructor with a standard download error message


DownloadException

public DownloadException(java.lang.String msg)
Constructor with a specified download error message

Parameters:
msg - message