org.hippoecm.hst.core.jcr.pool
Class NoAvailableSessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.NoSuchElementException
org.hippoecm.hst.core.jcr.pool.NoAvailableSessionException
- All Implemented Interfaces:
- Serializable
public class NoAvailableSessionException
- extends NoSuchElementException
The NoAvailableSessionException
class defines the exception
that a JCR session pooling repository can throw when it is unable to return an available session
since its pooled session are already exhausted and it cannot create new session.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoAvailableSessionException
public NoAvailableSessionException()
- Constructs a new NoAvailableSessionException exception.
NoAvailableSessionException
public NoAvailableSessionException(String s)
- Constructs a
NoAvailableSessionException
, saving a reference
to the error message string s for later retrieval by the
getMessage method.
- Parameters:
s
- the detail message.
Copyright © 2008-2012 Hippo. All Rights Reserved.