public class TooManyActiveSessionsException
extends java.lang.IllegalStateException
| Constructor and Description | 
|---|
| TooManyActiveSessionsException(java.lang.String message,
int maxActive)Creates a new TooManyActiveSessionsException. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getMaxActiveSessions()Gets the maximum number of sessions allowed by the session manager. | 
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.Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.