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