|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.elasticpath.commons.exception.EpSystemException
com.elasticpath.sfweb.EpSfWebException
com.elasticpath.sfweb.SessionExpiredException
public class SessionExpiredException
Exception thrown when an action is taken by a customer who's session has expired.
| 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.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SessionExpiredException(java.lang.String message)
SessionExpiredException object with the given message.
message - the reason for this SessionExpiredException.
public SessionExpiredException(java.lang.String message,
java.lang.Throwable cause)
SessionExpiredException object using the given message and cause exception.
message - the reason for this SessionExpiredException.cause - the Throwable that caused this SessionExpiredException.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||