public class ConnectionClosedException extends IOException
| 构造器和说明 |
|---|
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. |
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 © 2023. All rights reserved.