|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ccc.client.core.SessionTimeoutException
public class SessionTimeoutException
A client-side exception, indicating the user's session expired.
Constructor Summary | |
---|---|
SessionTimeoutException(java.lang.String message)
Constructor. |
Method Summary | |
---|---|
static boolean |
isTimedout(java.lang.String message)
Test if a server response indicates the user's session has expired. |
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 SessionTimeoutException(java.lang.String message)
message
- The server message indicating timeout.Method Detail |
---|
public static boolean isTimedout(java.lang.String message)
message
- The message to test.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |