Class GroupAddAlreadyExistsException

All Implemented Interfaces:
Serializable

public class GroupAddAlreadyExistsException extends GroupAddException
If there is a problem with adding a group where@SuppressWarnings("serial") a group exists by same name
See Also:
  • Constructor Details

    • GroupAddAlreadyExistsException

      public GroupAddAlreadyExistsException()
    • GroupAddAlreadyExistsException

      public GroupAddAlreadyExistsException(String msg)
    • GroupAddAlreadyExistsException

      public GroupAddAlreadyExistsException(String msg, Throwable cause)
    • GroupAddAlreadyExistsException

      public GroupAddAlreadyExistsException(Throwable cause)