public class ConnectionClosedException extends IOException
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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...)
.Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.