java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.webclient.api.RuntimeUnknownHostException
- All Implemented Interfaces:
Serializable
Runtime variant of the
UnknownHostException
exception.- See Also:
-
Constructor Summary
ConstructorDescriptionRuntimeUnknownHostException
(String message) Create new instance based on theString
message.Create new instance based on theUnknownHostException
exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuntimeUnknownHostException
Create new instance based on theUnknownHostException
exception.- Parameters:
e
- unknown host exception
-
RuntimeUnknownHostException
Create new instance based on theString
message.- Parameters:
message
- exception message
-