Class RequestAbortedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException
org.apache.hc.client5.http.impl.classic.RequestAbortedException
All Implemented Interfaces:
Serializable

public class RequestAbortedException extends InterruptedIOException
Signals that the request has been aborted.
Since:
4.3
See Also:
  • Field Details

  • Constructor Details

    • RequestAbortedException

      public RequestAbortedException(String message)
    • RequestAbortedException

      public RequestAbortedException(String message, Throwable cause)