Liferay 7.0-ce-b4

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

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

public static class PrincipalException.MustBeInvokedUsingPost
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 url
           
 
Constructor Summary
PrincipalException.MustBeInvokedUsingPost(String url)
           
 
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

url

public final String url
Constructor Detail

PrincipalException.MustBeInvokedUsingPost

public PrincipalException.MustBeInvokedUsingPost(String url)

Liferay 7.0-ce-b4