Liferay 7.0-ce-b4

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

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

public static class PrincipalException.MustBePortletStrutsPath
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
 String portletId
           
 String strutsPath
           
 
Constructor Summary
PrincipalException.MustBePortletStrutsPath(String strutsPath, String portletId)
           
 
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

portletId

public final String portletId

strutsPath

public final String strutsPath
Constructor Detail

PrincipalException.MustBePortletStrutsPath

public PrincipalException.MustBePortletStrutsPath(String strutsPath,
                                                  String portletId)

Liferay 7.0-ce-b4