|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalStateException org.apache.catalina.session.TooManyActiveSessionsException
public class TooManyActiveSessionsException
An exception that indicates the maximum number of active sessions has been reached and the server is refusing to create any new sessions.
Constructor Summary | |
---|---|
TooManyActiveSessionsException(java.lang.String message,
int maxActive)
Creates a new TooManyActiveSessionsException. |
Method Summary | |
---|---|
int |
getMaxActiveSessions()
Gets the maximum number of sessions allowed by the session manager. |
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 TooManyActiveSessionsException(java.lang.String message, int maxActive)
message
- A description for the exception.maxActive
- The maximum number of active sessions allowed by the
session manager.Method Detail |
---|
public int getMaxActiveSessions()
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |