Uses of Class
org.opencms.db.CmsDbException
Packages that use CmsDbException
-
Uses of CmsDbException in org.opencms.db
Subclasses of CmsDbException in org.opencms.dbModifier and TypeClassDescriptionclass
Signals that a data source consistency problem has been detected.class
Signals that an attempt to create an object was not successfull because it already exists.class
Signals that an attempt to read an object from a data source, that is supposed to exist, was not successfull.class
Signals that an IO exception occurred when reading from or writing to the OpenCms database.class
Signals that a foreign key in the VFS STRUCTURE, RESOURCES or FILES database tables is either invalid or empty.class
Used to signal sql related issues.Methods in org.opencms.db that throw CmsDbExceptionModifier and TypeMethodDescriptionint
CmsDriverManager.getActiveConnections
(String dbPoolUrl) Returns the number of active connections managed by a pool.int
CmsSqlManager.getActiveConnections
(String dbPoolUrl) Returns the number of active connections managed by a pool.int
CmsDriverManager.getIdleConnections
(String dbPoolUrl) Returns the number of idle connections managed by a pool.int
CmsSqlManager.getIdleConnections
(String dbPoolUrl) Returns the number of idle connections managed by a pool.