Class CustomerAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.servicelayer.exceptions.BusinessException
de.hybris.platform.b2bacceleratorfacades.exception.CustomerAlreadyExistsException
All Implemented Interfaces:
Serializable

public class CustomerAlreadyExistsException extends BusinessException
Thrown when a customer already exists
See Also:
  • Constructor Details

    • CustomerAlreadyExistsException

      public CustomerAlreadyExistsException(String message, Throwable cause)
    • CustomerAlreadyExistsException

      public CustomerAlreadyExistsException(String message)
    • CustomerAlreadyExistsException

      public CustomerAlreadyExistsException(Throwable cause)