public class PayException extends RuntimeException
| 限定符和类型 | 字段和说明 |
|---|---|
private org.springframework.http.ResponseEntity<?> |
response
response maybe null
|
| 构造器和说明 |
|---|
PayException() |
PayException(String message) |
PayException(String message,
Throwable cause) |
PayException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
PayException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.http.ResponseEntity<?> |
getResponse() |
void |
setResponse(org.springframework.http.ResponseEntity<?> response) |
Copyright © 2022. All rights reserved.