|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DNSError | |
|---|---|
| org.nhindirect.dns | Direct project DNS services and responders. |
| Uses of DNSError in org.nhindirect.dns |
|---|
| Methods in org.nhindirect.dns that return DNSError | ||
|---|---|---|
DNSError<?> |
DNSException.getError()
Gets the internal DNSError. |
|
static
|
DNSError.newError(T error)
Creates a new DNSError with an internal error code. |
|
| Constructors in org.nhindirect.dns with parameters of type DNSError | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||