org.apache.http.ConnectionClosedException
Indicates that a connection has been closed.
Summary
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
ConnectionClosedException(String message)
Creates a new ConnectionClosedException with the specified detail message.
Parameters
message
| The exception detail message
|