com.apple.dnssd
Class DNSSDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.apple.dnssd.DNSSDException
- All Implemented Interfaces:
- java.io.Serializable
public abstract class DNSSDException
- extends java.lang.Exception
Used to report various DNS-SD-related error conditions.
- See Also:
- Serialized Form
Method Summary |
abstract int |
getErrorCode()
Returns the sub-code that identifies the particular error. |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NO_ERROR
public static final int NO_ERROR
- See Also:
- Constant Field Values
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
NO_SUCH_NAME
public static final int NO_SUCH_NAME
- See Also:
- Constant Field Values
NO_MEMORY
public static final int NO_MEMORY
- See Also:
- Constant Field Values
BAD_PARAM
public static final int BAD_PARAM
- See Also:
- Constant Field Values
BAD_REFERENCE
public static final int BAD_REFERENCE
- See Also:
- Constant Field Values
BAD_STATE
public static final int BAD_STATE
- See Also:
- Constant Field Values
BAD_FLAGS
public static final int BAD_FLAGS
- See Also:
- Constant Field Values
UNSUPPORTED
public static final int UNSUPPORTED
- See Also:
- Constant Field Values
NOT_INITIALIZED
public static final int NOT_INITIALIZED
- See Also:
- Constant Field Values
NO_CACHE
public static final int NO_CACHE
- See Also:
- Constant Field Values
ALREADY_REGISTERED
public static final int ALREADY_REGISTERED
- See Also:
- Constant Field Values
NAME_CONFLICT
public static final int NAME_CONFLICT
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
- See Also:
- Constant Field Values
FIREWALL
public static final int FIREWALL
- See Also:
- Constant Field Values
INCOMPATIBLE
public static final int INCOMPATIBLE
- See Also:
- Constant Field Values
BAD_INTERFACE_INDEX
public static final int BAD_INTERFACE_INDEX
- See Also:
- Constant Field Values
REFUSED
public static final int REFUSED
- See Also:
- Constant Field Values
NOSUCHRECORD
public static final int NOSUCHRECORD
- See Also:
- Constant Field Values
NOAUTH
public static final int NOAUTH
- See Also:
- Constant Field Values
NOSUCHKEY
public static final int NOSUCHKEY
- See Also:
- Constant Field Values
NATTRAVERSAL
public static final int NATTRAVERSAL
- See Also:
- Constant Field Values
DOUBLENAT
public static final int DOUBLENAT
- See Also:
- Constant Field Values
BADTIME
public static final int BADTIME
- See Also:
- Constant Field Values
BADSIG
public static final int BADSIG
- See Also:
- Constant Field Values
BADKEY
public static final int BADKEY
- See Also:
- Constant Field Values
TRANSIENT
public static final int TRANSIENT
- See Also:
- Constant Field Values
DNSSDException
public DNSSDException()
getErrorCode
public abstract int getErrorCode()
- Returns the sub-code that identifies the particular error.