ca.uhn.cache.exception
Class QueryResultRetrievalCacheException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byca.uhn.cache.exception.CacheException
              extended byca.uhn.cache.exception.QueryResultRetrievalCacheException
All Implemented Interfaces:
java.io.Serializable

public class QueryResultRetrievalCacheException
extends CacheException

Thrown when an error occurs while retrieving the IQueryResult associated with an IQuery.

Version:
$Revision: 1.1 $ updated on $Date: 2005/01/24 22:53:15 $ by $Author: bryan_tripp $
Author:
Alexei Guevara
See Also:
Serialized Form

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

QueryResultRetrievalCacheException

public QueryResultRetrievalCacheException(java.lang.Throwable theCause,
                                          IQuery theQuery)
{@inheritDoc}


QueryResultRetrievalCacheException

public QueryResultRetrievalCacheException(java.lang.String theMessage,
                                          java.lang.Throwable theCause,
                                          IQuery theQuery)
{@inheritDoc}

Method Detail

getQuery

public IQuery getQuery()
Returns:
Returns the query.


Copyright © 2004-2005 University Health Network. All Rights Reserved.