Class InvalidAddPaymentRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.cartoperation.exception.InvalidAddPaymentRequestException
-
- All Implemented Interfaces:
Serializable
public class InvalidAddPaymentRequestException extends RuntimeException
Exception denoting that the request to add a payment was invalid- Author:
- Chris Kittrell (ckittrell)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidAddPaymentRequestException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidAddPaymentRequestException
public InvalidAddPaymentRequestException(String message)
-
-