org.apache.beehive.netui.pageflow
Class NotLoggedInException

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

public class NotLoggedInException
extends DeferredPageFlowException

Exception thrown when:

If the requested session-ID is different than the current session-ID, the LoginExpiredException will be thrown instead of the NotLoggedInException.

See Also:
Serialized Form

Constructor Summary
NotLoggedInException(String actionName)
           
NotLoggedInException(String actionName, FlowController fc)
           
 
Method Summary
protected  Object[] getMessageArgs()
           
 String[] getMessageParts()
           
 int 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

NotLoggedInException

public NotLoggedInException(String actionName)

NotLoggedInException

public NotLoggedInException(String actionName,
                            FlowController fc)
Method Detail

getMessageArgs

protected Object[] getMessageArgs()
Specified by:
getMessageArgs in class PageFlowManagedObjectException

getMessageParts

public String[] getMessageParts()
Specified by:
getMessageParts in class PageFlowManagedObjectException

getResponseErrorCode

public int getResponseErrorCode()
Specified by:
getResponseErrorCode in class DeferredPageFlowException