Exception thrown when:
- An action ( {@link org.apache.beehive.netui.pageflow.annotations.Jpf.Action @Jpf.Action}or {@link org.apache.beehive.netui.pageflow.annotations.Jpf.SimpleAction @Jpf.SimpleAction}) marked with
loginRequired=true
is hit when there is no logged-in user, or, - An action marked with
rolesAllowed="
list of roles"
is hit when there is no logged-in user.
If the requested session-ID is different than the current session-ID, the {@link LoginExpiredException}will be thrown instead of the
NotLoggedInException
.