com.tivoli.twg.util
Class DataStoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.util.DataStoreException
All Implemented Interfaces:
java.io.Serializable

public class DataStoreException
extends java.lang.Exception

Base class for DataStore exceptions.

See Also:
Serialized Form

Constructor Summary
DataStoreException()
          Constructs an DataStoreException with no detail message.
DataStoreException(java.lang.String string)
          Constructs an DataStoreException with the specified detail message.
 
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()
Constructs an DataStoreException with no detail message.


DataStoreException

public DataStoreException(java.lang.String string)
Constructs an DataStoreException with the specified detail message.