com.liferay.portal
Class GroupParentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.GroupParentException
- All Implemented Interfaces:
- Serializable
public class GroupParentException
- extends PortalException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CHILD_DESCENDANT
public static final int CHILD_DESCENDANT
- See Also:
- Constant Field Values
SELF_DESCENDANT
public static final int SELF_DESCENDANT
- See Also:
- Constant Field Values
STAGING_DESCENDANT
public static final int STAGING_DESCENDANT
- See Also:
- Constant Field Values
GroupParentException
public GroupParentException()
GroupParentException
public GroupParentException(int type)
GroupParentException
public GroupParentException(String msg)
GroupParentException
public GroupParentException(String msg,
Throwable cause)
GroupParentException
public GroupParentException(Throwable cause)
getType
public int getType()