Class CartNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.cartoperation.web.endpoint.exception.CartNotFoundException
-
- All Implemented Interfaces:
Serializable
public class CartNotFoundException extends RuntimeException
- Author:
- Nick Crum (ncrum)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description CartNotFoundException()
CartNotFoundException(String message)
CartNotFoundException(String message, Throwable cause)
protected
CartNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
CartNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-