Class GroupNotFoundException

All Implemented Interfaces:
Serializable

public class GroupNotFoundException extends GroupException
Thrown when the specified group is not found.
Since:
1.2
See Also:
  • Constructor Details

    • GroupNotFoundException

      public GroupNotFoundException(String message)
      Constructs a GroupNotFoundException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).