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