public class GroupAuthorizationException extends AuthorizationException
Constructor and Description |
---|
GroupAuthorizationException(String message) |
GroupAuthorizationException(String message,
String groupId) |
Modifier and Type | Method and Description |
---|---|
static GroupAuthorizationException |
forGroupId(String groupId) |
String |
groupId()
Return the group ID that failed authorization.
|
fillInStackTrace
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GroupAuthorizationException(String message)
public String groupId()
public static GroupAuthorizationException forGroupId(String groupId)