javatools.wget
Class WgetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javatools.wget.WgetException
All Implemented Interfaces:
java.io.Serializable

public class WgetException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
WgetException()
           
WgetException(java.lang.String message)
           
WgetException(java.lang.String message, java.lang.Throwable cause)
           
WgetException(java.lang.Throwable cause)
           
 
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

WgetException

public WgetException()

WgetException

public WgetException(java.lang.String message)

WgetException

public WgetException(java.lang.String message,
                     java.lang.Throwable cause)

WgetException

public WgetException(java.lang.Throwable cause)