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 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

      public TransactionExecutionResponse getTransactionRequiring3DSVerification()
      Deprecated, for removal: This API element is subject to removal in a future version.