public class InvalidGroupException extends CrowdException
| Constructor and Description |
|---|
InvalidGroupException(Group group,
String message)
Constructs a new
InvalidGroupException with the invalid group and |
InvalidGroupException(Group group,
String message,
Throwable cause) |
InvalidGroupException(Group group,
Throwable cause)
Constructs a new
InvalidGroupException with the invalid group given and a cause. |
| Modifier and Type | Method and Description |
|---|---|
Group |
getGroup() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidGroupException(Group group, Throwable cause)
InvalidGroupException with the invalid group given and a cause.group - the invalid groupcause - the cause (a null value is permitted)public InvalidGroupException(Group group, String message)
InvalidGroupException with the invalid group andgroup - invalid groupmessage - detail messagepublic Group getGroup()
Copyright © 2019 Atlassian. All rights reserved.