public class HttpFaceException extends RuntimeException
HttpFaceException
| 构造器和说明 |
|---|
HttpFaceException()
Constructor for HttpSenderException.
|
HttpFaceException(String message)
Constructor for HttpSenderException.
|
HttpFaceException(String message,
Throwable cause)
Constructor for HttpSenderException.
|
HttpFaceException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructor for HttpSenderException.
|
HttpFaceException(Throwable cause)
Constructor for HttpSenderException.
|
public HttpFaceException()
Constructor for HttpSenderException.
public HttpFaceException(String message)
Constructor for HttpSenderException.
message - a String object.public HttpFaceException(String message, Throwable cause)
Constructor for HttpSenderException.
public HttpFaceException(Throwable cause)
Constructor for HttpSenderException.
cause - a Throwable object.Copyright © 2022. All rights reserved.