com.bea.alcs.sfweb
Class SessionExpiredException

java.lang.Object
  extended by EpSystemException
      extended by com.bea.alcs.sfweb.EpSfWebException
          extended by com.bea.alcs.sfweb.SessionExpiredException

public class SessionExpiredException
extends EpSfWebException

Exception thrown when an action is taken by a customer who's session has expired.


Field Summary
static long serialVersionUID
          Serial version id.
 
Constructor Summary
SessionExpiredException(java.lang.String message)
          Creates a new SessionExpiredException object with the given message.
SessionExpiredException(java.lang.String message, java.lang.Throwable cause)
          Creates a new SessionExpiredException object using the given message and cause exception.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Serial version id.

See Also:
Constant Field Values
Constructor Detail

SessionExpiredException

public SessionExpiredException(java.lang.String message)
Creates a new SessionExpiredException object with the given message.

Parameters:
message - the reason for this SessionExpiredException.

SessionExpiredException

public SessionExpiredException(java.lang.String message,
                               java.lang.Throwable cause)
Creates a new SessionExpiredException object using the given message and cause exception.

Parameters:
message - the reason for this SessionExpiredException.
cause - the Throwable that caused this SessionExpiredException.