Class NoSuchGroupException

All Implemented Interfaces:
Serializable

public class NoSuchGroupException extends NoSuchEntityException
Specialisation of NoSuchEntityException thrown to indicate the named group does not exist.
See Also:
  • Constructor Details

    • NoSuchGroupException

      public NoSuchGroupException(@Nonnull KeyedMessage message, @Nonnull String groupName)
  • Method Details

    • getGroupName

      @Nonnull public String getGroupName()
      Retrieves the name of the group which was requested but not found.
      Returns:
      the group name