Liferay 7.0-ce-b4

com.liferay.portal.security.auth
Class PrincipalException.MustBeEnabled

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.security.auth.PrincipalException
                      extended by com.liferay.portal.security.auth.PrincipalException.MustBeEnabled
All Implemented Interfaces:
Serializable
Enclosing class:
PrincipalException

public static class PrincipalException.MustBeEnabled
extends PrincipalException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.portal.security.auth.PrincipalException
PrincipalException.MustBeAuthenticated, PrincipalException.MustBeCompanyAdmin, PrincipalException.MustBeEnabled, PrincipalException.MustBeInvokedUsingPost, PrincipalException.MustBeOmniadmin, PrincipalException.MustBePortletStrutsPath, PrincipalException.MustHavePermission
 
Field Summary
 long companyId
           
 String[] resourceName
           
 
Constructor Summary
PrincipalException.MustBeEnabled(long companyId, String... resourceName)
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.security.auth.PrincipalException
getNestedClasses
 
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

companyId

public final long companyId

resourceName

public final String[] resourceName
Constructor Detail

PrincipalException.MustBeEnabled

public PrincipalException.MustBeEnabled(long companyId,
                                        String... resourceName)

Liferay 7.0-ce-b4