Class PaymentMethodPropertiesModificationException

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

public class PaymentMethodPropertiesModificationException extends RuntimeException
The exception is thrown when an error occurred during the modification of the payment method properties.
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • PaymentMethodPropertiesModificationException

      public PaymentMethodPropertiesModificationException(String message)
    • PaymentMethodPropertiesModificationException

      public PaymentMethodPropertiesModificationException(String message, boolean invalidModificationRequest)
    • PaymentMethodPropertiesModificationException

      public PaymentMethodPropertiesModificationException(String message, Throwable cause)
  • Method Details

    • isInvalidModificationRequest

      public boolean isInvalidModificationRequest()
      Used to declare if the request contains an insufficient data to make the payment method properties modification.