ca.uhn.cache.exception
Class QueryResultStorageCacheException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byca.uhn.cache.exception.CacheException
              extended byca.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

Constructor Summary
QueryResultStorageCacheException(java.lang.String theMessage, java.lang.Throwable theCause, IQuery theQuery, IQueryResult theQueryResult)
          {@inheritDoc}
QueryResultStorageCacheException(java.lang.Throwable theCause, IQuery theQuery, IQueryResult theQueryResult)
          {@inheritDoc}
 
Method Summary
 IQuery getQuery()
           
 IQueryResult getQueryResult()
           
 
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

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}

Method Detail

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.