Class AssistedServiceAgentNotLoggedInException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.assistedserviceservices.exception.AssistedServiceException
-
- de.hybris.platform.assistedserviceservices.exception.AssistedServiceAgentNotLoggedInException
-
- All Implemented Interfaces:
java.io.Serializable
public class AssistedServiceAgentNotLoggedInException extends AssistedServiceException
Exception for theAssistedServiceFacadewhich is used when AS agent isn't logged in yet.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.assistedserviceservices.exception.AssistedServiceException
ASM_ALERT_CART, ASM_ALERT_CREDENTIALS, ASM_ALERT_CUSTOMER
-
-
Constructor Summary
Constructors Constructor Description AssistedServiceAgentNotLoggedInException(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessageCode()Returns message code from message properties.-
Methods inherited from class de.hybris.platform.assistedserviceservices.exception.AssistedServiceException
getAlertClass
-
-
-
-
Method Detail
-
getMessageCode
public java.lang.String getMessageCode()
Description copied from class:AssistedServiceExceptionReturns message code from message properties.- Overrides:
getMessageCodein classAssistedServiceException
-
-