public class PayException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private org.springframework.http.ResponseEntity<?> |
response
response maybe null
|
| Constructor and Description |
|---|
PayException() |
PayException(String message) |
PayException(String message,
Throwable cause) |
PayException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
PayException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<?> |
getResponse() |
void |
setResponse(org.springframework.http.ResponseEntity<?> response) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2021. All rights reserved.