Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

org.objectweb.cjdbc.common.exceptions.ExceptionTypes Interface Reference

List of all members.

Public Attributes

String NO_CACHE_ENABLED = "No cache enabled"

Package Attributes

String NOT_IMPLEMENTED = "Not Implemented"
String BACKEND_NOT_ACCESSIBLE = "Cannot reach backend"
String BACKEND_CANNOT_BE_DISABLED = "Backend cannot be disabled"
String CLIENT_NOT_FOUND = "Client not found"
String INVALID_COLLECTOR_TYPE = "Invalid Collector Type"
String AUTHENTICATION_FAILED = "Authentication failed"
String DATABASE_NOT_FOUND = "Database does not exists"
String XML_DOCUMENT_INVALID = "Xml Document is invalid"
String NO_RECOVERY_LOG = "No Recovery Log Defined"

Detailed Description

Provides standard to exceptions types when complete new Exception classes are not needed.

Author:
Nicolas Modrzyk

Definition at line 33 of file ExceptionTypes.java.


Member Data Documentation

String org.objectweb.cjdbc.common.exceptions.ExceptionTypes.AUTHENTICATION_FAILED = "Authentication failed" [package]
 

Authentication failed

Definition at line 64 of file ExceptionTypes.java.

String org.objectweb.cjdbc.common.exceptions.ExceptionTypes.BACKEND_CANNOT_BE_DISABLED = "Backend cannot be disabled" [package]
 

Cannot disable backend exception

Definition at line 51 of file ExceptionTypes.java.

String org.objectweb.cjdbc.common.exceptions.ExceptionTypes.BACKEND_NOT_ACCESSIBLE = "Cannot reach backend" [package]
 

Cannot get access to backend exception

Definition at line 46 of file ExceptionTypes.java.

String org.objectweb.cjdbc.common.exceptions.ExceptionTypes.CLIENT_NOT_FOUND = "Client not found" [package]
 

Client not found exception

Definition at line 56 of file ExceptionTypes.java.

String org.objectweb.cjdbc.common.exceptions.ExceptionTypes.DATABASE_NOT_FOUND = "Database does not exists" [package]
 

Database not found

Definition at line 68 of file ExceptionTypes.java.

String org.objectweb.cjdbc.common.exceptions.ExceptionTypes.INVALID_COLLECTOR_TYPE = "Invalid Collector Type" [package]
 

Invalid Data type for collector

Definition at line 60 of file ExceptionTypes.java.

String org.objectweb.cjdbc.common.exceptions.ExceptionTypes.NO_CACHE_ENABLED = "No cache enabled"
 

No cache enabled exception

Definition at line 38 of file ExceptionTypes.java.

String org.objectweb.cjdbc.common.exceptions.ExceptionTypes.NO_RECOVERY_LOG = "No Recovery Log Defined" [package]
 

No Recovery log defined exception

Definition at line 76 of file ExceptionTypes.java.

String org.objectweb.cjdbc.common.exceptions.ExceptionTypes.NOT_IMPLEMENTED = "Not Implemented" [package]
 

Not Implemented exception

Definition at line 42 of file ExceptionTypes.java.

String org.objectweb.cjdbc.common.exceptions.ExceptionTypes.XML_DOCUMENT_INVALID = "Xml Document is invalid" [package]
 

Xml Document invalid

Definition at line 73 of file ExceptionTypes.java.


The documentation for this interface was generated from the following file:
Generated on Mon Apr 11 22:01:39 2005 for C-JDBC by  doxygen 1.3.9.1