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 7.0.0
|
static int |
PARENT_GROUP
Deprecated.
As of 7.0.0
|
static int |
SYSTEM_GROUP
Deprecated.
As of 7.0.0
|
Modifier and Type | Method and Description |
---|---|
int |
getType()
Deprecated.
As of 7.0.0, replaced by the inner classes
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Deprecated public static final int CURRENT_GROUP
@Deprecated public static final int PARENT_GROUP
@Deprecated public static final int SYSTEM_GROUP
@Deprecated public int getType()