| Package | Description |
|---|---|
| org.nhindirect.dns |
Direct project DNS services and responders.
|
| Modifier and Type | Method and Description |
|---|---|
DNSError<?> |
DNSException.getError()
Gets the internal DNSError.
|
static <T> DNSError<T> |
DNSError.newError(T error)
Creates a new DNSError with an internal error code.
|
| Constructor and Description |
|---|
DNSException(DNSError<?> error)
Construct an exception with a given DNS error.
|
DNSException(DNSError<?> error,
Exception innerException)
Constructs an exception with the DNS error and the exception that caused the error.
|
DNSException(DNSError<?> error,
String message)
Constructs an exception with a message and the DNS error.
|
DNSException(DNSError<?> error,
String message,
Exception innerException)
Constructs an exception with the DNS error, a message, and the exception that caused the error.
|
Copyright © 2010-2015 The Direct Project. All Rights Reserved.