Liferay 7.0-ce-b4

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

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.MustBeCompanyAdmin
All Implemented Interfaces:
Serializable
Enclosing class:
PrincipalException

public static class PrincipalException.MustBeCompanyAdmin
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 userId
           
 
Constructor Summary
PrincipalException.MustBeCompanyAdmin(long userId)
           
PrincipalException.MustBeCompanyAdmin(PermissionChecker permissionChecker)
           
 
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

userId

public final long userId
Constructor Detail

PrincipalException.MustBeCompanyAdmin

public PrincipalException.MustBeCompanyAdmin(long userId)

PrincipalException.MustBeCompanyAdmin

public PrincipalException.MustBeCompanyAdmin(PermissionChecker permissionChecker)

Liferay 7.0-ce-b4