Class GroupNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.ObjectNotFoundException
com.atlassian.crowd.exception.GroupNotFoundException
com.atlassian.jira.crowd.embedded.ofbiz.GroupNotFoundException
All Implemented Interfaces:
Serializable

public class GroupNotFoundException extends com.atlassian.crowd.exception.GroupNotFoundException
Non stack trace filling exception used for flow control.
Since:
v6.1
See Also:
  • Constructor Details

    • GroupNotFoundException

      public GroupNotFoundException(String groupName)
    • GroupNotFoundException

      public GroupNotFoundException(String groupName, Throwable t)
  • Method Details