Class EmptyResponseException
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.EmptyResponseException
- All Implemented Interfaces:
Serializable
An exception thrown when the server returned and empty, unreadable response.
- Since:
- 1.0
- Author:
- graemerocher
- See Also:
-
Constructor Summary
-
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
-
EmptyResponseException
public EmptyResponseException()Default constructor.
-