| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.http.ConnectionClosedException
public class ConnectionClosedException
Signals that the connection has been closed unexpectedly.
| Constructor Summary | |
|---|---|
| ConnectionClosedException()Creates a new ConnectionClosedException with the message "Connection is closed". | |
| ConnectionClosedException(String message)Creates a new ConnectionClosedException with the specified detail message. | |
| ConnectionClosedException(String format,
                          Object... args)Constructs a new ConnectionClosedException with the specified detail message. | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ConnectionClosedException()
public ConnectionClosedException(String message)
message - The exception detail message
public ConnectionClosedException(String format,
                                 Object... args)
format - The exception detail message format; see String.format(String, Object...).args - The exception detail message arguments; see String.format(String, Object...).| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||