ca.uhn.cache.internal.hibernate.exception
Class HibernateQueryResultStoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byca.uhn.cache.internal.exception.QueryResultStoreException
              extended byca.uhn.cache.internal.hibernate.exception.HibernateQueryResultStoreException
All Implemented Interfaces:
java.io.Serializable

public class HibernateQueryResultStoreException
extends QueryResultStoreException

Thrown by the methods of the class HibernateQueryResultStore when an exception thrown by Hibernate is captured.

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

Constructor Summary
HibernateQueryResultStoreException(java.lang.String theMessage, java.lang.Throwable theCause)
          {@inheritDoc}
HibernateQueryResultStoreException(java.lang.Throwable theCause)
          {@inheritDoc}
 
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

HibernateQueryResultStoreException

public HibernateQueryResultStoreException(java.lang.Throwable theCause)
{@inheritDoc}


HibernateQueryResultStoreException

public HibernateQueryResultStoreException(java.lang.String theMessage,
                                          java.lang.Throwable theCause)
{@inheritDoc}



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