|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.simpleframework.util.FormatException
org.simpleframework.util.lease.LeaseException
org.simpleframework.http.session.SessionException
public class SessionException
The SessionException
is used to indicate that some
operation failed when trying to access a session or when trying
to perform some operation on an existing session. Typically this
is thrown when a session no longer exists.
Constructor Summary | |
---|---|
SessionException(java.lang.String template,
java.lang.Object... list)
This constructor is used if there is a description of the event that caused the exception required. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SessionException(java.lang.String template, java.lang.Object... list)
template
- this is a description of the exceptionlist
- this is the list of arguments that can be used
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |