Class GroupNotFoundException

All Implemented Interfaces:
Serializable

public class GroupNotFoundException extends ObjectNotFoundException
Thrown when the specified group could not be found.
See Also:
  • Constructor Details

    • GroupNotFoundException

      public GroupNotFoundException(String groupName)
    • GroupNotFoundException

      public GroupNotFoundException(String groupName, Throwable e)
  • Method Details

    • getGroupName

      public String getGroupName()