Class GroupAuthorizationException

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static GroupAuthorizationException forGroupId​(java.lang.String groupId)  
      java.lang.String groupId()
      Return the group ID that failed authorization.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GroupAuthorizationException

        public GroupAuthorizationException​(java.lang.String message,
                                           java.lang.String groupId)
      • GroupAuthorizationException

        public GroupAuthorizationException​(java.lang.String message)
    • Method Detail

      • groupId

        public java.lang.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