Liferay 7.0-ce-b4

com.liferay.portal.security.auth
Class PrincipalException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PrincipalException.MustBeAuthenticated, PrincipalException.MustBeCompanyAdmin, PrincipalException.MustBeEnabled, PrincipalException.MustBeInvokedUsingPost, PrincipalException.MustBeOmniadmin, PrincipalException.MustBePortletStrutsPath, PrincipalException.MustHavePermission

public class PrincipalException
extends PortalException

See Also:
Serialized Form

Nested Class Summary
static class PrincipalException.MustBeAuthenticated
           
static class PrincipalException.MustBeCompanyAdmin
           
static class PrincipalException.MustBeEnabled
           
static class PrincipalException.MustBeInvokedUsingPost
           
static class PrincipalException.MustBeOmniadmin
           
static class PrincipalException.MustBePortletStrutsPath
           
static class PrincipalException.MustHavePermission
           
 
Constructor Summary
PrincipalException()
           
PrincipalException(String msg)
           
PrincipalException(String msg, Throwable cause)
           
PrincipalException(Throwable cause)
           
 
Method Summary
static Class<?>[] 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
 

Constructor Detail

PrincipalException

public PrincipalException()

PrincipalException

public PrincipalException(String msg)

PrincipalException

public PrincipalException(String msg,
                          Throwable cause)

PrincipalException

public PrincipalException(Throwable cause)
Method Detail

getNestedClasses

public static Class<?>[] getNestedClasses()

Liferay 7.0-ce-b4