Class SaveCartNotificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.cart.service.exception.SaveCartNotificationException
-
- All Implemented Interfaces:
Serializable
public class SaveCartNotificationException extends RuntimeException
An exception is thrown if the cart notification can't be saved.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaveCartNotificationException(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
-
SaveCartNotificationException
public SaveCartNotificationException(String message)
-
-