Class AdyenRequestCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.adyen.service.requestresponse.exception.AdyenRequestCreationException
All Implemented Interfaces:
Serializable

public class AdyenRequestCreationException extends RuntimeException
An exception is thrown when a problem is encountered while creating a Adyen API request based on a PaymentRequest.
See Also:
  • Constructor Details

    • AdyenRequestCreationException

      public AdyenRequestCreationException(String message)
    • AdyenRequestCreationException

      public AdyenRequestCreationException(String message, Throwable cause)