Class AssistedServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.assistedserviceservices.exception.AssistedServiceException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AssistedServiceAgentBadCredentialsException
,AssistedServiceAgentBlockedException
,AssistedServiceAgentNoCustomerAndCartIdException
,AssistedServiceAgentNotLoggedInException
,AssistedServiceCartBindException
,AssistedServiceCustomerLoginDisabledException
,AssistedServiceWrongCartIdException
,AssistedServiceWrongCustomerIdException
public class AssistedServiceException extends java.lang.Exception
Parent exception type for theAssistedServiceFacade
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
ASM_ALERT_CART
protected static java.lang.String
ASM_ALERT_CREDENTIALS
protected static java.lang.String
ASM_ALERT_CUSTOMER
-
Constructor Summary
Constructors Constructor Description AssistedServiceException(java.lang.String message)
AssistedServiceException(java.lang.String message, java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAlertClass()
Returns alert class for usage in storefront.java.lang.String
getMessageCode()
Returns message code from message properties.
-
-
-
Field Detail
-
ASM_ALERT_CART
protected static final java.lang.String ASM_ALERT_CART
- See Also:
- Constant Field Values
-
ASM_ALERT_CUSTOMER
protected static final java.lang.String ASM_ALERT_CUSTOMER
- See Also:
- Constant Field Values
-
ASM_ALERT_CREDENTIALS
protected static final java.lang.String ASM_ALERT_CREDENTIALS
- See Also:
- Constant Field Values
-
-