org.broadleafcommerce.core.payment.service.exception
Class PaymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.core.payment.service.exception.PaymentException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InsufficientFundsException, PaymentProcessorException
public class PaymentException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PaymentException
public PaymentException()
PaymentException
public PaymentException(String message,
Throwable cause)
PaymentException
public PaymentException(String message)
PaymentException
public PaymentException(Throwable cause)
Copyright © 2013. All Rights Reserved.