org.dvb.internet
Class URLUnavailableEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.dvb.internet.InternetClientEvent
              |
              +--org.dvb.internet.InternetClientFailureEvent
                    |
                    +--org.dvb.internet.URLUnavailableEvent
All Implemented Interfaces:
java.io.Serializable

public class URLUnavailableEvent
extends InternetClientFailureEvent

Event indicating that an operation on an internet client failed due to the specified URL not being available. This could be because a server is not available or because a file is not available on that server

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
URLUnavailableEvent(java.lang.Object source, java.net.URL url)
          Construct a new URLUnavailableEvent
 
Methods inherited from class org.dvb.internet.InternetClientEvent
getUrl
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URLUnavailableEvent

public URLUnavailableEvent(java.lang.Object source,
                           java.net.URL url)
Construct a new URLUnavailableEvent
Parameters:
source - the source of the event
url - the URL to which the event relates.