Uses of Class
org.nhindirect.dns.DNSError

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
<T> DNSError<T>
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.
 



Copyright © 2010-2015 The Direct Project. All Rights Reserved.