jacquard 1.12.0 by The Web Engineering Factory and Toolworks

uk.co.weft.dbutil
Class DataStoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.co.weft.dbutil.DataStoreException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectionPoolException, DataAuthException, DataFormatException

public class DataStoreException
extends java.lang.Exception

A general purpose data storage exception.

Version:
$Revision: 1.3.4.1 $ This revision: $Author: simon $
Author:
Simon Brooke
See Also:
Serialized Form

Constructor Summary
DataStoreException(java.lang.String message)
           
DataStoreException(java.lang.String message, java.lang.Throwable cause)
           
 
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

DataStoreException

public DataStoreException(java.lang.String message,
                          java.lang.Throwable cause)
Parameters:
message - the reason this exception is being thrown
cause -

DataStoreException

public DataStoreException(java.lang.String message)
Parameters:
message - the reason this exception is being thrown

jacquard 1.12.0 by The Web Engineering Factory and Toolworks