Class InvalidCustomerGroupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.commercefacades.customergroups.exceptions.InvalidCustomerGroupException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidCustomerGroupException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidCustomerGroupException(UserGroupModel group)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserGroupModelgetGroup()
-
-
-
Constructor Detail
-
InvalidCustomerGroupException
public InvalidCustomerGroupException(UserGroupModel group)
-
-
Method Detail
-
getGroup
public UserGroupModel getGroup()
- Returns:
- the group
-
-