Class AddCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.cartoperation.exception.AddCodeException
- All Implemented Interfaces:
Serializable
Exception thrown when adding a promotional code to the Cart fails.
- Author:
- Nathan Moore (nathandmoore)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAddCodeException(String reasonType) AddCodeException(String message, String reasonType) AddCodeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, String reasonType) AddCodeException(String message, Throwable cause, String reasonType) AddCodeException(Throwable cause, String reasonType) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
AddCodeException
-
AddCodeException
-
AddCodeException
-
AddCodeException
-
AddCodeException
-
-
Method Details