com.github.axet.wget.info.ex
Class DownloadIOCodeError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.github.axet.wget.info.ex.DownloadError
                  extended by com.github.axet.wget.info.ex.DownloadIOCodeError
All Implemented Interfaces:
Serializable

public class DownloadIOCodeError
extends DownloadError

See Also:
Serialized Form

Constructor Summary
DownloadIOCodeError()
           
DownloadIOCodeError(int code)
           
 
Method Summary
 int getCode()
           
 
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

DownloadIOCodeError

public DownloadIOCodeError()

DownloadIOCodeError

public DownloadIOCodeError(int code)
Method Detail

getCode

public int getCode()


Copyright © 2013. All Rights Reserved.