Liferay 7.0-ce-b4

com.liferay.portal.exception
Class RequiredGroupException

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.RequiredGroupException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RequiredGroupException.MustNotDeleteCurrentGroup, RequiredGroupException.MustNotDeleteGroupThatHasChild, RequiredGroupException.MustNotDeleteSystemGroup

public class RequiredGroupException
extends PortalException

See Also:
Serialized Form

Nested Class Summary
static class RequiredGroupException.MustNotDeleteCurrentGroup
           
static class RequiredGroupException.MustNotDeleteGroupThatHasChild
           
static class RequiredGroupException.MustNotDeleteSystemGroup
           
 
Field Summary
static int CURRENT_GROUP
          Deprecated. 
static int PARENT_GROUP
          Deprecated. 
static int SYSTEM_GROUP
          Deprecated. 
 
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

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

getType

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


Liferay 7.0-ce-b4