Exception that occurs when the
navigateTo=
org.apache.beehive.netui.pageflow.annotations.Jpf.NavigateTo.previousAction previousAction ,
navigateTo=
org.apache.beehive.netui.pageflow.annotations.Jpf.NavigateTo.currentPage currentPage , or
navigateTo=
org.apache.beehive.netui.pageflow.annotations.Jpf.NavigateTo.previousPage previousPage
attribute is used on a
org.apache.beehive.netui.pageflow.annotations.Jpf.Forward @Jpf.Forward , a
org.apache.beehive.netui.pageflow.annotations.Jpf.SimpleAction @Jpf.SimpleAction , or a
org.apache.beehive.netui.pageflow.annotations.Jpf.ConditionalForward @Jpf.ConditionalForward ,
but there is no current page flow. This may happen when the user session expires, or when the web application has
been redeployed.
causeMayBeSessionExpiration() Tell whether the root cause may be session expiration in cases where the requested session ID is different than
the actual session ID.
public boolean causeMayBeSessionExpiration()(Code)
Tell whether the root cause may be session expiration in cases where the requested session ID is different than
the actual session ID. In this case, the answer is true.