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
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 |
LoginExpiredException
public LoginExpiredException(String
actionName,
FlowController
fc)
getMessageParts() Method
public String
[] getMessageParts()
-
Overrides
-
NotLoggedInException.getMessageParts()