Class CartEntryActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.acceleratorfacades.cart.action.exceptions.CartEntryActionException
- All Implemented Interfaces:
Serializable
A general exception used by
CartEntryActionHandler#handleAction(long) when an error occurs.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCartEntryActionException(String message) CartEntryActionException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CartEntryActionException
-
CartEntryActionException
-