Class DuplicateTransactionAttemptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.paymenttransaction.web.endpoint.exception.DuplicateTransactionAttemptException
All Implemented Interfaces:
Serializable

public class DuplicateTransactionAttemptException extends RuntimeException
Exception highlighting the attempt to execute the same transaction twice.
Since:
PaymentTransactionServices 2.1.0, Release Train 2.3.0
Author:
Chris Kittrell (ckittrell)
See Also:
  • Constructor Details

    • DuplicateTransactionAttemptException

      public DuplicateTransactionAttemptException(String message)