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.IllegalStateExceptionSignals that the connection has been shut down or released back to the the connection pool- Since:
 - 4.1
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ConnectionShutdownException()Creates a new ConnectionShutdownException with anulldetail message. 
 -