cz.vity.freerapid.plugins.exceptions
Class NotEnoughSpaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.vity.freerapid.plugins.exceptions.ErrorDuringDownloadingException
              extended by cz.vity.freerapid.plugins.exceptions.NotEnoughSpaceException
All Implemented Interfaces:
Serializable

public class NotEnoughSpaceException
extends ErrorDuringDownloadingException

Not enough space on the disk exception.

Author:
Vity
See Also:
Serialized Form

Constructor Summary
NotEnoughSpaceException()
          Constructs a new ErrorDuringDownloadingException.
 
Method Summary
 String getLocalizedMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

NotEnoughSpaceException

public NotEnoughSpaceException()
Constructs a new ErrorDuringDownloadingException.

Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable