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