|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception ca.uhn.cache.exception.CacheException ca.uhn.cache.exception.QueryResultRetrievalCacheException
Thrown when an error occurs while retrieving the IQueryResult
associated with an IQuery
.
Constructor Summary | |
QueryResultRetrievalCacheException(java.lang.String theMessage,
java.lang.Throwable theCause,
IQuery theQuery)
{@inheritDoc} |
|
QueryResultRetrievalCacheException(java.lang.Throwable theCause,
IQuery theQuery)
{@inheritDoc} |
Method Summary | |
IQuery |
getQuery()
|
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 |
public QueryResultRetrievalCacheException(java.lang.Throwable theCause, IQuery theQuery)
public QueryResultRetrievalCacheException(java.lang.String theMessage, java.lang.Throwable theCause, IQuery theQuery)
Method Detail |
public IQuery getQuery()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |