Class AssistedServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.assistedserviceservices.exception.AssistedServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AssistedServiceAgentBadCredentialsException,AssistedServiceAgentBlockedException,AssistedServiceAgentNoCustomerAndCartIdException,AssistedServiceAgentNotLoggedInException,AssistedServiceCartBindException,AssistedServiceCustomerLoginDisabledException,AssistedServiceWrongCartIdException,AssistedServiceWrongCustomerIdException
Parent exception type for the
AssistedServiceFacade.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAssistedServiceException(String message) AssistedServiceException(String message, Throwable t) -
Method Summary
Modifier and TypeMethodDescriptionReturns alert class for usage in storefront.Returns message code from message properties.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ASM_ALERT_CART
- See Also:
-
ASM_ALERT_CUSTOMER
- See Also:
-
ASM_ALERT_CREDENTIALS
- See Also:
-
-
Constructor Details
-
AssistedServiceException
-
AssistedServiceException
-
-
Method Details
-
getMessageCode
Returns message code from message properties. -
getAlertClass
Returns alert class for usage in storefront.
-