Exception that occurs when the current action method does not accept the type of form bean passed in the
Forward to the action. This may happen when control is returned from a nested page flow, with a specified
form bean type
(outputFormBean or outputFormBeanType set on
org.apache.beehive.netui.pageflow.annotations.Jpf.Forward @Jpf.Forward ,
org.apache.beehive.netui.pageflow.annotations.Jpf.SimpleAction @Jpf.SimpleAction , or
org.apache.beehive.netui.pageflow.annotations.Jpf.ConditionalForward @Jpf.ConditionalForward )
but no action in the calling page flow accepts that form bean type.
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 false.