Class DuplicateTransactionAttemptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.billing.job.service.exception.DuplicateTransactionAttemptException
All Implemented Interfaces:
Serializable

public class DuplicateTransactionAttemptException extends RuntimeException
Exception highlighting the attempt to execute the same transaction twice.
Author:
Chris Kittrell (ckittrell)
See Also:
  • Constructor Details

    • DuplicateTransactionAttemptException

      public DuplicateTransactionAttemptException()
    • DuplicateTransactionAttemptException

      public DuplicateTransactionAttemptException(String message)