com.liferay.portal.exception
Class RequiredGroupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.exception.RequiredGroupException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RequiredGroupException.MustNotDeleteCurrentGroup, RequiredGroupException.MustNotDeleteGroupThatHasChild, RequiredGroupException.MustNotDeleteSystemGroup
public class RequiredGroupException
- extends PortalException
- See Also:
- Serialized Form
|
Method Summary |
int |
getType()
Deprecated. As of 7.0.0, replaced by the inner classes |
| Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CURRENT_GROUP
@Deprecated
public static final int CURRENT_GROUP
- Deprecated.
- See Also:
- Constant Field Values
PARENT_GROUP
@Deprecated
public static final int PARENT_GROUP
- Deprecated.
- See Also:
- Constant Field Values
SYSTEM_GROUP
@Deprecated
public static final int SYSTEM_GROUP
- Deprecated.
- See Also:
- Constant Field Values
getType
@Deprecated
public int getType()
- Deprecated. As of 7.0.0, replaced by the inner classes