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 Summary
ConstructorsConstructorDescriptionGroupNotFoundException
(String groupName) GroupNotFoundException
(String groupName, Throwable t) -
Method Summary
Methods inherited from class com.atlassian.crowd.exception.GroupNotFoundException
getGroupName
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GroupNotFoundException
-
GroupNotFoundException
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-