Liferay 6.2-ce-ga5

com.liferay.portal
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.RequiredGroupException
All Implemented Interfaces:
Serializable

public class RequiredGroupException
extends PortalException

See Also:
Serialized Form

Field Summary
static int CURRENT_GROUP
           
static int PARENT_GROUP
           
static int SYSTEM_GROUP
           
 
Constructor Summary
RequiredGroupException(String message, int type)
           
 
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

CURRENT_GROUP

public static final int CURRENT_GROUP
See Also:
Constant Field Values

PARENT_GROUP

public static final int PARENT_GROUP
See Also:
Constant Field Values

SYSTEM_GROUP

public static final int SYSTEM_GROUP
See Also:
Constant Field Values
Constructor Detail

RequiredGroupException

public RequiredGroupException(String message,
                              int type)
Method Detail

getType

public int getType()

Liferay 6.2-ce-ga5