Class CartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
de.hybris.platform.commercewebservicescommons.errors.exceptions.CartException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCartException(String message) CartException(String message, String reason) CartException(String message, String reason, String subject) CartException(String message, String reason, String subject, Throwable cause) CartException(String message, String reason, Throwable cause) -
Method Summary
Methods inherited from class de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
getReason, getSubjectMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
NOT_FOUND
- See Also:
-
INVALID
- See Also:
-
CANNOT_RESTORE
- See Also:
-
CANNOT_MERGE
- See Also:
-
CANNOT_RECALCULATE
- See Also:
-
CANNOT_RESET_DELIVERYMODE
- See Also:
-
CANNOT_RESET_ADDRESS
- See Also:
-
EXPIRED
- See Also:
-
-
Constructor Details
-
CartException
-
CartException
-
CartException
-
CartException
-
CartException
-
-
Method Details
-
getType
- Specified by:
getTypein classWebserviceException
-
getSubjectType
- Specified by:
getSubjectTypein classWebserviceException
-