LoginExpiredException Class

com.bea.wlw.netui.pageflow
LoginExpiredException Class

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.


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        PageFlowException
          NotLoggedInException
            LoginExpiredException
All Implemented Interfaces

Serializable

Constructor Summary

LoginExpiredException(String actionName, FlowController fc)

 

Method Summary

public String[]
getMessageParts()
 
Methods from  com.bea.wlw.netui.pageflow.NotLoggedInException
getMessageArgs,
 
Methods from  com.bea.wlw.netui.pageflow.PageFlowException
getActionName, getFlowController, getFlowControllerURI, getLocalizedMessage, getMessage, getMessageArgs, getMessageParts, printError, sendError
 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

LoginExpiredException

public LoginExpiredException(String actionName, 
                             FlowController fc)
 

Method Detail

getMessageParts() Method

public String[] getMessageParts()
Overrides
NotLoggedInException.getMessageParts()