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.
|
static int |
SELF_DESCENDANT
Deprecated.
|
static int |
STAGING_DESCENDANT
Deprecated.
|
| Constructor and Description |
|---|
GroupParentException()
Deprecated.
As of 7.0.0, replaced by the inner classes
|
GroupParentException(int type)
Deprecated.
As of 7.0.0, replaced by the inner classes
|
GroupParentException(java.lang.String msg)
Deprecated.
As of 7.0.0, replaced by the inner classes
|
GroupParentException(java.lang.String msg,
java.lang.Throwable cause)
Deprecated.
As of 7.0.0, replaced by the inner classes
|
GroupParentException(java.lang.Throwable cause)
Deprecated.
As of 7.0.0, replaced by the inner classes
|
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Deprecated.
As of 7.0.0, 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(java.lang.String msg)
@Deprecated
public GroupParentException(java.lang.String msg,
java.lang.Throwable cause)
@Deprecated public GroupParentException(java.lang.Throwable cause)