public class ConnectionException extends ProtocolException
response| 构造器和说明 |
|---|
ConnectionException()
Constructs an ConnectionException with no detail message.
|
ConnectionException(Protocol p,
Response r)
Constructs an ConnectionException with the specified Response.
|
ConnectionException(String s)
Constructs an ConnectionException with the specified detail message.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Protocol |
getProtocol() |
getResponsepublic ConnectionException()
public ConnectionException(String s)
s - the detail messagepublic Protocol getProtocol()
Copyright © 2021 Oracle. All rights reserved.