public class RequiredGroupException extends PortalException
Modifier and Type | Class and Description |
---|---|
static class |
RequiredGroupException.MustNotDeleteCurrentGroup |
static class |
RequiredGroupException.MustNotDeleteGroupThatHasChild |
static class |
RequiredGroupException.MustNotDeleteSystemGroup |
Modifier and Type | Field and Description |
---|---|
static int |
CURRENT_GROUP
Deprecated.
As of Wilberforce (7.0.x)
|
static int |
PARENT_GROUP
Deprecated.
As of Wilberforce (7.0.x)
|
static int |
SYSTEM_GROUP
Deprecated.
As of Wilberforce (7.0.x)
|
Modifier and Type | Method and Description |
---|---|
int |
getType()
Deprecated.
As of Wilberforce (7.0.x), replaced by the inner classes
|
@Deprecated public static final int CURRENT_GROUP
@Deprecated public static final int PARENT_GROUP
@Deprecated public static final int SYSTEM_GROUP