org.eclipse.ecf.provider.dnssd
Class DnsSdDiscoveryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.ecf.core.util.ECFRuntimeException
                  extended by org.eclipse.ecf.provider.dnssd.DnsSdDiscoveryException
All Implemented Interfaces:
java.io.Serializable

public class DnsSdDiscoveryException
extends ECFRuntimeException

See Also:
Serialized Form

Constructor Summary
DnsSdDiscoveryException(java.lang.String message)
           
DnsSdDiscoveryException(java.lang.Throwable e)
           
 
Method Summary
static DnsSdDiscoveryException getException(int rcode)
           
 
Methods inherited from class org.eclipse.ecf.core.util.ECFRuntimeException
getStatus
 
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

DnsSdDiscoveryException

public DnsSdDiscoveryException(java.lang.Throwable e)

DnsSdDiscoveryException

public DnsSdDiscoveryException(java.lang.String message)
Method Detail

getException

public static DnsSdDiscoveryException getException(int rcode)