Class DnsTimeoutException

All Implemented Interfaces:
Serializable

public final class DnsTimeoutException
extends TimeoutException
A TimeoutException raised when a response has not been received from a DNS server within timeout.
See Also:
Serialized Form
  • Constructor Details

    • DnsTimeoutException

      public DnsTimeoutException​(@Nullable String message)
      Creates a new instance.
  • Method Details