public class NoHttpResponseException extends IOException
| 构造器和说明 |
|---|
NoHttpResponseException(String message)
Creates a new NoHttpResponseException with the specified detail message.
|
NoHttpResponseException(String message,
Throwable cause)
Constructs a
NoHttpResponseException with the specified detail message
and cause. |
public NoHttpResponseException(String message)
message - exception messageCopyright © 2023. All rights reserved.