public class

ConnectionShutdownException

extends IllegalStateException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalStateException
           ↳ org.apache.http.impl.conn.ConnectionShutdownException

Class Overview

Signals that the connection has been shut down or released back to the the connection pool

Summary

Public Constructors
ConnectionShutdownException()
Creates a new ConnectionShutdownException with a null detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ConnectionShutdownException ()

Also: HttpClient

Creates a new ConnectionShutdownException with a null detail message.