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 SummaryConstructors
- 
Method SummaryMethods inherited from class io.micronaut.http.client.exceptions.HttpClientExceptiongetMessage, getServiceId, setServiceIdMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
EmptyResponseExceptionpublic EmptyResponseException()Default constructor.
 
-