public class PayException extends RuntimeException
| Constructor and Description |
|---|
PayException()
Instantiates a new Pay exception.
|
PayException(String message) |
PayException(String message,
Throwable cause)
Instantiates a new Pay exception.
|
PayException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new Pay exception.
|
PayException(Throwable cause)
Instantiates a new Pay exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PayException()
public PayException(String message)
public PayException(String message, Throwable cause)
message - the messagecause - the causepublic PayException(Throwable cause)
cause - the causeCopyright © 2023. All rights reserved.