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. | 
fillInStackTraceaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GroupAuthorizationException(String message)
public String groupId()
public static GroupAuthorizationException forGroupId(String groupId)