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:
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

Constructor Summary
TooManySessionsException(String message)
           
TooManySessionsException(String message, Throwable t)
           
TooManySessionsException(Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.