Class StreamClosedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hc.core5.http.StreamClosedException
All Implemented Interfaces:
Serializable

public class StreamClosedException extends IOException
Signals that data stream has already been closed.
Since:
5.0
See Also:
  • Field Details

  • Constructor Details

    • StreamClosedException

      public StreamClosedException()
    • StreamClosedException

      public StreamClosedException(String message)