public class ConnectionClosedException extends IOException
Constructor and Description |
---|
ConnectionClosedException()
Constructs a new ConnectionClosedException with a default message.
|
ConnectionClosedException(String message)
Constructs a new ConnectionClosedException with the specified detail message.
|
ConnectionClosedException(String format,
Object... args)
Constructs a new ConnectionClosedException with the specified detail message.
|
ConnectionClosedException(String message,
Throwable cause)
Constructs a
ConnectionClosedException with the specified detail message
and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
public ConnectionClosedException()
public ConnectionClosedException(String message)
message
- The exception detail messagepublic 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...)
.