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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description RequestAbortedException(java.lang.String message)
RequestAbortedException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-