T - The error type. Typically a long or integer describing an error code.public class DNSError<T> extends Object
| Constructor and Description |
|---|
DNSError(T error)
Constructs a new DNSError.
|
public DNSError(T error)
error - The error describing the error condition.public static <T> DNSError<T> newError(T error)
T - The error Type. Typically a long or integer describing an error code.error - The error describing the error condition.public T getError()
Copyright © 2010-2015 The Direct Project. All Rights Reserved.