DnsLookupException(Throwable) constructor
Initializes a new instance of the DnsLookupException class with a default message and tag, and a specified inner exception.
Signature
public DnsLookupException(Throwable e)
Parameters
Name | Datatype | Description |
---|---|---|
e |
Throwable |
The inner exception. |
Returns
Defined in
DnsLookupException.java