Class APSResponseSignatureMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.payment.service.signature.APSResponseSignatureMismatchException
All Implemented Interfaces:
Serializable

public class APSResponseSignatureMismatchException extends RuntimeException
Defines an error that can be thrown in case when Signature from the Response From APS is not matched with SHA Response String
Author:
Muhammad Salman Farooq
See Also:
  • Constructor Details

    • APSResponseSignatureMismatchException

      public APSResponseSignatureMismatchException(String message, Map<String,Object> responsePayload)
  • Method Details