Liferay 6.2-ce-ga5

com.liferay.portal
Class GroupParentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portal.GroupParentException
All Implemented Interfaces:
Serializable

public class GroupParentException
extends PortalException

See Also:
Serialized Form

Field Summary
static int CHILD_DESCENDANT
           
static int SELF_DESCENDANT
           
static int STAGING_DESCENDANT
           
 
Constructor Summary
GroupParentException()
           
GroupParentException(int type)
           
GroupParentException(String msg)
           
GroupParentException(String msg, Throwable cause)
           
GroupParentException(Throwable cause)
           
 
Method Summary
 int getType()
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

getType

public int getType()

Liferay 6.2-ce-ga5