1 package org
.asamk
.signal
.manager
.api
;
3 public class GroupSendingNotAllowedException
extends Exception
{
5 public GroupSendingNotAllowedException(GroupId groupId
, String groupName
) {
6 super("User is not allowed to send message to group: " + groupName
+ " (" + groupId
.toBase64() + ")");