Class GroupAlreadyExistsException

  • All Implemented Interfaces:
    Serializable

    public class GroupAlreadyExistsException
    extends Exception
    Thrown when attempting to create a group that already exists.
    Author:
    Iain Shigeoka
    See Also:
    Serialized Form
    • Constructor Detail

      • GroupAlreadyExistsException

        public GroupAlreadyExistsException()
      • GroupAlreadyExistsException

        public GroupAlreadyExistsException​(String message)
      • GroupAlreadyExistsException

        public GroupAlreadyExistsException​(Throwable cause)
      • GroupAlreadyExistsException

        public GroupAlreadyExistsException​(String message,
                                           Throwable cause)