ca.uhn.cache.exception
Class MethodDataSourceInvocationTargetException

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

public class MethodDataSourceInvocationTargetException
extends DataSourceException

Thrown by the MethodDataSource class when an instance of InvocationTargetException is captured.

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
MethodDataSourceInvocationTargetException(java.lang.reflect.InvocationTargetException theCause)
          {@inheritDoc}
MethodDataSourceInvocationTargetException(java.lang.String theMessage, java.lang.reflect.InvocationTargetException 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

MethodDataSourceInvocationTargetException

public MethodDataSourceInvocationTargetException(java.lang.reflect.InvocationTargetException theCause)
{@inheritDoc}


MethodDataSourceInvocationTargetException

public MethodDataSourceInvocationTargetException(java.lang.String theMessage,
                                                 java.lang.reflect.InvocationTargetException theCause)
{@inheritDoc}



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