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:
- java.io.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
| Fields inherited from class javax.jcr.RepositoryException |
rootCause |
| Methods inherited from class javax.jcr.RepositoryException |
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TooManySessionsException
public TooManySessionsException(java.lang.String message)
TooManySessionsException
public TooManySessionsException(java.lang.Throwable t)
TooManySessionsException
public TooManySessionsException(java.lang.String message,
java.lang.Throwable t)
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.