Searched defs:AppleDNSSDException (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java528 class AppleDNSSDException extends DNSSDException class in inherits:DNSSDException
530 public AppleDNSSDException( int errorCode) { fErrorCode = errorCode; } method in class:AppleDNSSDException
586 throw new InternalError( "cannot instantiate DNSSD: " + new AppleDNSSDException( libInitResult).getMessage());
638 throw new AppleDNSSDException( rc);
689 throw new AppleDNSSDException( rc);
794 throw new AppleDNSSDException( rc);

Completed in 23 milliseconds