org.apache.beehive.netui.pageflow
Class LoginExpiredException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by PageFlowManagedObjectException
                  extended by PageFlowException
                      extended by DeferredPageFlowException
                          extended by NotLoggedInException
                              extended by LoginExpiredException
All Implemented Interfaces:
Serializable

public class LoginExpiredException
extends NotLoggedInException

Exception thrown when NotLoggedInException would be thrown, and when the current HttpServletRequest refers to a session that no longer exists.

See Also:
Serialized Form

Constructor Summary
LoginExpiredException(String actionName)
           
LoginExpiredException(String actionName, FlowController fc)
           
 
Method Summary
 String[] getMessageParts()
           
 
Methods inherited from class NotLoggedInException
getMessageArgs, getResponseErrorCode
 
Methods inherited from class DeferredPageFlowException
getFlowController, getResponseErrorMessage, setFlowController
 
Methods inherited from class PageFlowException
getActionName, getFlowControllerURI, init
 
Methods inherited from class PageFlowManagedObjectException
getLocalizedMessage, getManagedObject, getMessage, init, printError, sendError, setManagedObject
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoginExpiredException

public LoginExpiredException(String actionName)

LoginExpiredException

public LoginExpiredException(String actionName,
                             FlowController fc)
Method Detail

getMessageParts

public String[] getMessageParts()
Overrides:
getMessageParts in class NotLoggedInException