Class TransactionResultsNotAvailableException

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

public class TransactionResultsNotAvailableException extends RuntimeException
The exception is thrown if transaction results cannot be identified. In other words, the gateway is aware of the transaction, but results aren't yet available.
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • TransactionResultsNotAvailableException

      public TransactionResultsNotAvailableException()
    • TransactionResultsNotAvailableException

      public TransactionResultsNotAvailableException(String message)