]>
nmode's Git Repositories - signal-cli/blob - src/main/java/cli/GroupNotFoundException.java
3 public class GroupNotFoundException
extends Exception
{
4 private final byte[] groupId
;
6 public GroupNotFoundException(byte[] groupId
) {
8 this.groupId
= groupId
;
11 public byte[] getGroupId() {