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