Class PrincipalException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PrincipalException.MustBeAuthenticated, PrincipalException.MustBeCompanyAdmin, PrincipalException.MustBeEnabled, PrincipalException.MustBeGroupAdmin, PrincipalException.MustBeInvokedUsingPost, PrincipalException.MustBeOmniadmin, PrincipalException.MustBePortletStrutsPath, PrincipalException.MustHavePermission, PrincipalException.MustHaveSessionCSRFToken, PrincipalException.MustHaveValidCSRFToken

public class PrincipalException extends PortalException
Author:
Brian Wing Shun Chan
See Also:
  • Constructor Details

    • PrincipalException

      public PrincipalException()
    • PrincipalException

      public PrincipalException(String msg)
    • PrincipalException

      public PrincipalException(String msg, Throwable throwable)
    • PrincipalException

      public PrincipalException(Throwable throwable)
  • Method Details

    • getNestedClasses

      public static Class<?>[] getNestedClasses()