public class ConnectionClosedException
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
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.
|
private static final long serialVersionUID
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...)
.