public class GroupParentException extends PortalException
Modifier and Type | Class and Description |
---|---|
static class |
GroupParentException.MustNotBeOwnParent |
static class |
GroupParentException.MustNotHaveChildParent |
static class |
GroupParentException.MustNotHaveStagingParent |
Modifier and Type | Field and Description |
---|---|
static int |
CHILD_DESCENDANT
Deprecated.
As of Wilberforce (7.0.x)
|
static int |
SELF_DESCENDANT
Deprecated.
As of Wilberforce (7.0.x)
|
static int |
STAGING_DESCENDANT
Deprecated.
As of Wilberforce (7.0.x)
|
Constructor and Description |
---|
GroupParentException()
Deprecated.
As of Wilberforce (7.0.x), replaced by the inner classes
|
GroupParentException(int type)
Deprecated.
As of Wilberforce (7.0.x), replaced by the inner classes
|
GroupParentException(String msg)
Deprecated.
As of Wilberforce (7.0.x), replaced by the inner classes
|
GroupParentException(String msg,
Throwable cause)
Deprecated.
As of Wilberforce (7.0.x), replaced by the inner classes
|
GroupParentException(Throwable cause)
Deprecated.
As of Wilberforce (7.0.x), replaced by the inner classes
|
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 CHILD_DESCENDANT
@Deprecated public static final int SELF_DESCENDANT
@Deprecated public static final int STAGING_DESCENDANT
@Deprecated public GroupParentException()
@Deprecated public GroupParentException(int type)
@Deprecated public GroupParentException(String msg)
@Deprecated public GroupParentException(String msg, Throwable cause)
@Deprecated public GroupParentException(Throwable cause)