Class GroupExistsException

All Implemented Interfaces:
Serializable

public class GroupExistsException extends GroupException
Thrown when an attempt is made to create a group that exists with the same name in the same context.
Since:
1.2
See Also:
  • Constructor Details

    • GroupExistsException

      public GroupExistsException(String contextId, String name, String message)
      Constructs a GroupExistsException with the specified context identifier, name and detail message.
      Parameters:
      contextId - the context identifier of the group.
      name - the name of the group.
      message - the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).
  • Method Details

    • getContextId

      public String getContextId()
      Gets the context identifier of the group.
      Returns:
      The context identifier of the group.
    • getName

      public String getName()
      Gets the name of the group.
      Returns:
      The name of the group.