Package com.enonic.xp.security
Class PrincipalNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.enonic.xp.exception.BaseException
-
- com.enonic.xp.security.PrincipalNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
@Beta public class PrincipalNotFoundException extends BaseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrincipalNotFoundException(PrincipalKey principalKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrincipalKey
getPrincipal()
-
Methods inherited from class com.enonic.xp.exception.BaseException
getCode
-
-
-
-
Constructor Detail
-
PrincipalNotFoundException
public PrincipalNotFoundException(PrincipalKey principalKey)
-
-
Method Detail
-
getPrincipal
public PrincipalKey getPrincipal()
-
-