ca.uhn.cache.exception
Class QueryResultStorageCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ca.uhn.cache.exception.CacheException
ca.uhn.cache.exception.QueryResultStorageCacheException
- All Implemented Interfaces:
- java.io.Serializable
- public class QueryResultStorageCacheException
- extends CacheException
Thrown when an error occurs while storing the association
of an IQueryResult
with an IQuery
.
- Version:
- $Revision: 1.1 $ updated on $Date: 2005/01/24 22:53:02 $ by $Author: bryan_tripp $
- Author:
- Alexei Guevara
- See Also:
- Serialized Form
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 |
QueryResultStorageCacheException
public QueryResultStorageCacheException(java.lang.Throwable theCause,
IQuery theQuery,
IQueryResult theQueryResult)
- {@inheritDoc}
QueryResultStorageCacheException
public QueryResultStorageCacheException(java.lang.String theMessage,
java.lang.Throwable theCause,
IQuery theQuery,
IQueryResult theQueryResult)
- {@inheritDoc}
getQuery
public IQuery getQuery()
- Returns:
- Returns the query.
getQueryResult
public IQueryResult getQueryResult()
- Returns:
- Returns the queryResult.
Copyright © 2004-2005 University Health Network. All Rights Reserved.