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