Class ResponseClosedException

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.ResponseClosedException
All Implemented Interfaces:
Serializable

public class ResponseClosedException extends HttpClientException
Exception raised when the connection is closed during the response.
Since:
4.1.0
See Also:
  • Constructor Details

    • ResponseClosedException

      public ResponseClosedException(String message)