DnsLookupException class
Thrown when the SDK has received an invalid DNS lookup message.
Signature
public class DnsLookupException extends ProtectionException
Constructors
Note
The constructors are documented here for your information and are not intended to be called by you, the application developer.
Name | Description |
---|---|
DnsLookupException |
Initializes a new instance of the DnsLookupException class. |
DnsLookupException(Throwable) |
Initializes a new instance of the DnsLookupException class. |
Methods
Name | Description |
---|---|
getLocalizedMessage |
Returns a localized error message for the exception. Overrides Throwable.getLocalizedMessage. |
Defined in
DnsLookupException.java
Package
com.microsoft.rightsmanagement.exceptions
Remarks
For more information, see the SDK documentation for the ProtectionException class.
Thread Safety
Members of this class are not guaranteed to be thread safe.