Class AssistedServiceCustomerLoginDisabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.assistedserviceservices.exception.AssistedServiceException
de.hybris.platform.assistedserviceservices.exception.AssistedServiceCustomerLoginDisabledException
- All Implemented Interfaces:
Serializable
Exception for the
AssistedServiceFacade which is used when a cart is binded to a emulated customer.- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.assistedserviceservices.exception.AssistedServiceException
ASM_ALERT_CART, ASM_ALERT_CREDENTIALS, ASM_ALERT_CUSTOMER -
Constructor Summary
ConstructorsConstructorDescription -
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
-
Constructor Details
-
AssistedServiceCustomerLoginDisabledException
-
AssistedServiceCustomerLoginDisabledException
-
-
Method Details
-
getMessageCode
Description copied from class:AssistedServiceExceptionReturns message code from message properties.- Overrides:
getMessageCodein classAssistedServiceException
-
getAlertClass
Description copied from class:AssistedServiceExceptionReturns alert class for usage in storefront.- Overrides:
getAlertClassin classAssistedServiceException
-