Class GroupAuthorizationException

All Implemented Interfaces:
Serializable

public class GroupAuthorizationException
extends AuthorizationException
See Also:
Serialized Form
  • Constructor Details

    • GroupAuthorizationException

      public GroupAuthorizationException​(String message, String groupId)
    • GroupAuthorizationException

      public GroupAuthorizationException​(String message)
  • Method Details

    • groupId

      public String groupId()
      Return the group ID that failed authorization. May be null if it is not known in the context the exception was raised in.
      Returns:
      nullable groupId
    • forGroupId

      public static GroupAuthorizationException forGroupId​(String groupId)