public class TransactionRefundException extends WebpayException
| Constructor and Description |
|---|
TransactionRefundException()
Constructs a new TransactionRefundException with no detail message.
|
TransactionRefundException(Exception e)
Constructs a new TransactionRefundException with the specified cause.
|
TransactionRefundException(String message)
Constructs a new TransactionRefundException with the specified detail message.
|
toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic TransactionRefundException()
public TransactionRefundException(Exception e)
e - The cause of the exception.public TransactionRefundException(String message)
message - The detail message.Copyright © 2018–2024. All rights reserved.