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:
- java.io.Serializable
public class GroupParentException
- extends PortalException
- Author:
- Brian Wing Shun Chan
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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(java.lang.String msg)
GroupParentException
public GroupParentException(java.lang.String msg,
java.lang.Throwable cause)
GroupParentException
public GroupParentException(java.lang.Throwable cause)
getType
public int getType()