Class PaymentManagementAccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.paymenttransaction.web.endpoint.exception.PaymentManagementAccessException
All Implemented Interfaces:
Serializable

public class PaymentManagementAccessException extends RuntimeException
Exception denoting a lack of permission to access and manage a customer payment.
Author:
Chris Kittrell (ckittrell), Marie Standeven (mariestandeven)
See Also:
  • Constructor Details

    • PaymentManagementAccessException

      public PaymentManagementAccessException()
    • PaymentManagementAccessException

      public PaymentManagementAccessException(String message, Throwable cause)
    • PaymentManagementAccessException

      public PaymentManagementAccessException(String message)
    • PaymentManagementAccessException

      public PaymentManagementAccessException(Throwable cause)