Package org.apache.http.impl.execchain
Class RequestAbortedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.InterruptedIOException
-
- org.apache.http.impl.execchain.RequestAbortedException
-
- All Implemented Interfaces:
java.io.Serializable
public class RequestAbortedException extends java.io.InterruptedIOException
Signals that the request has been aborted.- Since:
- 4.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestAbortedException(java.lang.String message)
RequestAbortedException(java.lang.String message, java.lang.Throwable cause)
-