Package com.atlassian.crowd.exception
Class InvalidGroupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.InvalidGroupException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidRoleException
Thrown to indicate an invalid model group.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidGroupException
(Group group, String message) Constructs a newInvalidGroupException
with the invalid group andInvalidGroupException
(Group group, String message, Throwable cause) InvalidGroupException
(Group group, Throwable cause) Constructs a newInvalidGroupException
with the invalid group given and a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidGroupException
Constructs a newInvalidGroupException
with the invalid group given and a cause.- Parameters:
group
- the invalid groupcause
- the cause (a null value is permitted)
-
InvalidGroupException
Constructs a newInvalidGroupException
with the invalid group and- Parameters:
group
- invalid groupmessage
- detail message
-
InvalidGroupException
-
-
Method Details
-
getGroup
-