public class PaymentException extends Exception
| Constructor and Description |
|---|
PaymentException()
Creates a new instance of
PaymentException without detail message. |
PaymentException(String msg)
Constructs an instance of
PaymentException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PaymentException()
PaymentException without detail message.public PaymentException(String msg)
PaymentException with the specified detail message.msg - the detail message.Copyright © 2021. All rights reserved.