public class TooManyActiveSessionsException extends IllegalStateException
Constructor and Description |
---|
TooManyActiveSessionsException(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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TooManyActiveSessionsException(String message, int maxActive)
message
- A description for the exception.maxActive
- The maximum number of active sessions allowed by the
session manager.Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.