org.fourthline.cling.registry.event
Class FailedRemoteDeviceDiscovery

java.lang.Object
  extended by org.fourthline.cling.registry.event.DeviceDiscovery<RemoteDevice>
      extended by org.fourthline.cling.registry.event.FailedRemoteDeviceDiscovery

public class FailedRemoteDeviceDiscovery
extends DeviceDiscovery<RemoteDevice>

Author:
Christian Bauer

Field Summary
protected  Exception exception
           
 
Fields inherited from class org.fourthline.cling.registry.event.DeviceDiscovery
device
 
Constructor Summary
FailedRemoteDeviceDiscovery(RemoteDevice device, Exception ex)
           
 
Method Summary
 Exception getException()
           
 
Methods inherited from class org.fourthline.cling.registry.event.DeviceDiscovery
getDevice
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception

protected Exception exception
Constructor Detail

FailedRemoteDeviceDiscovery

public FailedRemoteDeviceDiscovery(RemoteDevice device,
                                   Exception ex)
Method Detail

getException

public Exception getException()


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.