Liferay 7.0-ce-b4

com.liferay.portal.exception
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.exception.GroupParentException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GroupParentException.MustNotBeOwnParent, GroupParentException.MustNotHaveChildParent, GroupParentException.MustNotHaveStagingParent

public class GroupParentException
extends PortalException

See Also:
Serialized Form

Nested Class Summary
static class GroupParentException.MustNotBeOwnParent
           
static class GroupParentException.MustNotHaveChildParent
           
static class GroupParentException.MustNotHaveStagingParent
           
 
Field Summary
static int CHILD_DESCENDANT
          Deprecated. 
static int SELF_DESCENDANT
          Deprecated. 
static int STAGING_DESCENDANT
          Deprecated. 
 
Constructor Summary
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(String msg)
          Deprecated. As of 7.0.0, replaced by the inner classes
GroupParentException(String msg, Throwable cause)
          Deprecated. As of 7.0.0, replaced by the inner classes
GroupParentException(Throwable cause)
          Deprecated. As of 7.0.0, replaced by the inner classes
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CHILD_DESCENDANT

@Deprecated
public static final int CHILD_DESCENDANT
Deprecated. 
See Also:
Constant Field Values

SELF_DESCENDANT

@Deprecated
public static final int SELF_DESCENDANT
Deprecated. 
See Also:
Constant Field Values

STAGING_DESCENDANT

@Deprecated
public static final int STAGING_DESCENDANT
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

GroupParentException

@Deprecated
public GroupParentException()
Deprecated. As of 7.0.0, replaced by the inner classes


GroupParentException

@Deprecated
public GroupParentException(int type)
Deprecated. As of 7.0.0, replaced by the inner classes


GroupParentException

@Deprecated
public GroupParentException(String msg)
Deprecated. As of 7.0.0, replaced by the inner classes


GroupParentException

@Deprecated
public GroupParentException(String msg,
                                       Throwable cause)
Deprecated. As of 7.0.0, replaced by the inner classes


GroupParentException

@Deprecated
public GroupParentException(Throwable cause)
Deprecated. As of 7.0.0, replaced by the inner classes

Method Detail

getType

@Deprecated
public int getType()
Deprecated. As of 7.0.0, replaced by the inner classes


Liferay 7.0-ce-b4