org.apache.sling.jcr.api
Class TooManySessionsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jcr.RepositoryException
              extended by javax.jcr.LoginException
                  extended by 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

Field Summary
 
Fields inherited from class javax.jcr.RepositoryException
rootCause
 
Constructor Summary
TooManySessionsException(java.lang.String message)
           
TooManySessionsException(java.lang.String message, java.lang.Throwable t)
           
TooManySessionsException(java.lang.Throwable t)
           
 
Method Summary
 
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
 

Constructor Detail

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.