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
ConstructorsConstructorDescriptionRuntimeUnknownHostException(String message) Create new instance based on theStringmessage.Create new instance based on theUnknownHostExceptionexception. -
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 theUnknownHostExceptionexception.- Parameters:
e- unknown host exception
-
RuntimeUnknownHostException
Create new instance based on theStringmessage.- Parameters:
message- exception message
-