Package com.linecorp.armeria.client
Class DnsTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.common.TimeoutException
com.linecorp.armeria.client.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 Summary
Constructors Constructor Description DnsTimeoutException(String message)
Creates a new instance. -
Method Summary
Modifier and Type Method Description Throwable
fillInStackTrace()
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DnsTimeoutException
Creates a new instance.
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-