Package org.apache.http.impl.conn
Class ConnectionShutdownException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.apache.http.impl.conn.ConnectionShutdownException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConnectionShutdownException extends java.lang.IllegalStateException
Signals that the connection has been shut down or released back to the the connection pool- Since:
- 4.1
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ConnectionShutdownException()
Creates a new ConnectionShutdownException with anull
detail message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-