package org.tm.archive.groups; public final class GroupInsufficientRightsException extends GroupChangeException { GroupInsufficientRightsException(Throwable throwable) { super(throwable); } }