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