Class TransactionNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.paymentgateway.service.exception.TransactionNotFoundException
All Implemented Interfaces:
Serializable

public class TransactionNotFoundException extends RuntimeException
The exception is thrown if a transaction cannot be found.
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • TransactionNotFoundException

      public TransactionNotFoundException()
    • TransactionNotFoundException

      public TransactionNotFoundException(String message)