feynman.framework.datastore
Class InvalidDataStoreException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--feynman.framework.datastore.InvalidDataStoreException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDataStoreException
extends java.lang.Exception

Exception for when the user specifies and invalid data store type.

Version:
$Revision: 1.1.1.1 $ $Date: 2002/11/12 02:25:41 $
Author:
Wes Bailey
See Also:
Serialized Form

Constructor Summary
InvalidDataStoreException()
           
InvalidDataStoreException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDataStoreException

public InvalidDataStoreException()

InvalidDataStoreException

public InvalidDataStoreException(java.lang.String message)