Class AddPaymentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.cartoperation.exception.AddPaymentException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class AddPaymentException extends RuntimeException
Deprecated.in favor ofInvalidAddPaymentRequestException
- Author:
- Chad Harchar (charchar)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddPaymentException(String message)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AddPaymentException
public AddPaymentException(String message)
Deprecated.
-
-