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:
Serializable
Signals that the connection has been shut down or released back to the
the connection pool
- Since:
- 4.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new ConnectionShutdownException with anull
detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionShutdownException
public ConnectionShutdownException()Creates a new ConnectionShutdownException with anull
detail message.
-