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:
- Serializable
public class RequestAbortedException
- extends InterruptedIOException
Signals that the request has been aborted.
- Since:
- 4.3
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RequestAbortedException
public RequestAbortedException(String message)
RequestAbortedException
public RequestAbortedException(String message,
Throwable cause)
Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.