public class ConnectionClosedException
extends java.io.IOException
| Constructor and Description |
|---|
ConnectionClosedException()
Creates a new ConnectionClosedException with the message "Connection is closed".
|
ConnectionClosedException(java.lang.String message)
Creates a new ConnectionClosedException with the specified detail message.
|
ConnectionClosedException(java.lang.String format,
java.lang.Object... args)
Constructs a new ConnectionClosedException with the specified detail message.
|
public ConnectionClosedException()
public ConnectionClosedException(java.lang.String message)
message - The exception detail messagepublic ConnectionClosedException(java.lang.String format,
java.lang.Object... args)
format - The exception detail message format; see String.format(String, Object...).args - The exception detail message arguments; see String.format(String, Object...).