Class InvalidCartStatusException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- com.broadleafcommerce.cart.service.exception.InvalidCartStatusException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class InvalidCartStatusException extends RuntimeException
An exception is thrown if the cart status is invalid for a particular operation.- Author:
 - Dima Myroniuk (dmyroniuk)
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InvalidCartStatusException(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
- 
InvalidCartStatusException
public InvalidCartStatusException(String message)
 
 - 
 
 -