Class AssistedServiceCartBindException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.assistedserviceservices.exception.AssistedServiceException
de.hybris.platform.assistedserviceservices.exception.AssistedServiceCartBindException
All Implemented Interfaces:
Serializable

public class AssistedServiceCartBindException extends AssistedServiceException
Exception for the AssistedServiceFacade which is used when a cart is binded to a emulated customer.
See Also:
  • Constructor Details

    • AssistedServiceCartBindException

      public AssistedServiceCartBindException(String message)
    • AssistedServiceCartBindException

      public AssistedServiceCartBindException(String message, Throwable t)
  • Method Details