Class GroupExistsException

All Implemented Interfaces:
Serializable

public class GroupExistsException extends EntityExistsException
This exception is thrown when trying to create a group whose vo_id, name and parent_group (if set) are identical to those of another group
Author:
Martin Kuba
See Also:
  • Constructor Details

    • GroupExistsException

      public GroupExistsException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • GroupExistsException

      public GroupExistsException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • GroupExistsException

      public GroupExistsException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception