public class NoAvailableSessionException extends NoSuchElementException
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.Constructor and Description |
---|
NoAvailableSessionException()
Constructs a new NoAvailableSessionException exception.
|
NoAvailableSessionException(String s)
Constructs a
NoAvailableSessionException , saving a reference
to the error message string s for later retrieval by the
getMessage method. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoAvailableSessionException()
public NoAvailableSessionException(String s)
NoAvailableSessionException
, saving a reference
to the error message string s for later retrieval by the
getMessage method.s
- the detail message.Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.