Class BulkAddToCartLimitExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.cartoperation.web.endpoint.exception.BulkAddToCartLimitExceededException
-
- All Implemented Interfaces:
Serializable
public class BulkAddToCartLimitExceededException extends RuntimeException
Thrown when the number ofitem requests
exceeds the set limit.- Author:
- Marie Standeven
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BulkAddToCartLimitExceededException(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
-
BulkAddToCartLimitExceededException
public BulkAddToCartLimitExceededException(String message)
-
-