Class NoHostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.http.exceptions.HttpException
io.micronaut.http.client.exceptions.HttpClientException
io.micronaut.http.client.exceptions.NoHostException
- All Implemented Interfaces:
Serializable
Thrown when a request is made that has no host information.
- Since:
- 2.0.0
- Author:
- James Kleeh
- See Also:
-
Constructor Summary
ConstructorDescriptionNoHostException
(String message) NoHostException
(String message, Throwable cause) NoHostException
(String message, Throwable cause, boolean shared) -
Method Summary
Methods inherited from class io.micronaut.http.client.exceptions.HttpClientException
getMessage, getServiceId, setServiceId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoHostException
- Parameters:
message
- The message
-
NoHostException
- Parameters:
message
- The messagecause
- The throwable
-
NoHostException
- Parameters:
message
- The messagecause
- The throwableshared
- Shared instance
-