Package stanford.netdb.exceptions
Class No_Datastore_Defined
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- stanford.netdb.exceptions.No_Datastore_Defined
-
- All Implemented Interfaces:
java.io.Serializable
public class No_Datastore_Defined extends java.lang.ExceptionThis exception should be thrown anytime datastore interaction is required, but no datastore has been defiend, or is missing information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description No_Datastore_Defined()No_Datastore_Defined(java.lang.String message)No_Datastore_Defined(java.lang.String message, java.lang.Throwable cause)No_Datastore_Defined(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
No_Datastore_Defined
public No_Datastore_Defined()
-
No_Datastore_Defined
public No_Datastore_Defined(java.lang.String message)
-
No_Datastore_Defined
public No_Datastore_Defined(java.lang.String message, java.lang.Throwable cause)
-
No_Datastore_Defined
public No_Datastore_Defined(java.lang.Throwable cause)
-
-