org.apache.sling.jcr.api
Class TooManySessionsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jcr.RepositoryException
javax.jcr.LoginException
org.apache.sling.jcr.api.TooManySessionsException
- All Implemented Interfaces:
- Serializable
public class TooManySessionsException
- extends javax.jcr.LoginException
The TooManySessionsException
is a special
LoginException
thrown when the number of active sessions in
a given session pool has reached the configured maximum number of sessions.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TooManySessionsException
public TooManySessionsException(String message)
TooManySessionsException
public TooManySessionsException(Throwable t)
TooManySessionsException
public TooManySessionsException(String message,
Throwable t)
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.