Class PaymentMethodPropertiesModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.paymentgateway.service.exception.PaymentMethodPropertiesModificationException
- All Implemented Interfaces:
Serializable
The exception is thrown when an error occurred during the modification of the payment method
properties.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
ConstructorDescriptionPaymentMethodPropertiesModificationException
(String message, boolean invalidModificationRequest) PaymentMethodPropertiesModificationException
(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Used to declare if the request contains an insufficient data to make the payment method properties modification.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PaymentMethodPropertiesModificationException
-
PaymentMethodPropertiesModificationException
public PaymentMethodPropertiesModificationException(String message, boolean invalidModificationRequest) -
PaymentMethodPropertiesModificationException
-
-
Method Details
-
isInvalidModificationRequest
public boolean isInvalidModificationRequest()Used to declare if the request contains an insufficient data to make the payment method properties modification.
-