net.sourceforge.hivetranse.exception
Class DataAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.hivemind.ApplicationRuntimeException
                  extended by net.sourceforge.hivetranse.exception.DataAccessException
All Implemented Interfaces:
java.io.Serializable, org.apache.hivemind.Locatable
Direct Known Subclasses:
DataAccessAPIUsageException, DataAccessResourceException, DataAccessSyntaxException, DataIntegrityException, TransactionException, UnknownDataAccessException

public abstract class DataAccessException
extends org.apache.hivemind.ApplicationRuntimeException

Abstract base class for all data access-related exceptions.

It wraps the original exception if there is one.

Author:
Jean-Francois Poilpret
See Also:
Serialized Form

Constructor Summary
protected DataAccessException(java.lang.String message, java.lang.Throwable rootCause)
           
 
Method Summary
 
Methods inherited from class org.apache.hivemind.ApplicationRuntimeException
getCause, getComponent, getLocation, getRootCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataAccessException

protected DataAccessException(java.lang.String message,
                              java.lang.Throwable rootCause)