Class ThreeDSVerificationRequiredForPrevTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.paymenttransaction.exception.ThreeDSVerificationRequiredForPrevTransactionException
- All Implemented Interfaces:
Serializable
@Deprecated(forRemoval=true)
public class ThreeDSVerificationRequiredForPrevTransactionException
extends RuntimeException
Deprecated, for removal: This API element is subject to removal in a future version.
due to removal of usages in the framework
Exception thrown when an
DefaultTransactionTypes.AUTHORIZE
or
DefaultTransactionTypes.AUTHORIZE_AND_CAPTURE
transaction is attempted, when the payment
has a previous DefaultTransactionTypes.AUTHORIZE
or
DefaultTransactionTypes.AUTHORIZE_AND_CAPTURE
transaction that requires 3DS verification.- Author:
- Chris Kittrell (ckittrell)
- See Also:
-
Constructor Summary
ConstructorDescriptionThreeDSVerificationRequiredForPrevTransactionException
(String message, TransactionExecutionResponse transactionRequiring3DSVerification) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ThreeDSVerificationRequiredForPrevTransactionException
public ThreeDSVerificationRequiredForPrevTransactionException(String message, TransactionExecutionResponse transactionRequiring3DSVerification) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getTransactionRequiring3DSVerification
Deprecated, for removal: This API element is subject to removal in a future version.
-