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 TypeClassDescriptionclassSignals that a data source consistency problem has been detected.classSignals that an attempt to create an object was not successfull because it already exists.classSignals that an attempt to read an object from a data source, that is supposed to exist, was not successfull.classSignals that an IO exception occurred when reading from or writing to the OpenCms database.classSignals that a foreign key in the VFS STRUCTURE, RESOURCES or FILES database tables is either invalid or empty.classUsed to signal sql related issues.Methods in org.opencms.db that throw CmsDbExceptionModifier and TypeMethodDescriptionintCmsDriverManager.getActiveConnections(String dbPoolUrl) Returns the number of active connections managed by a pool.intCmsSqlManager.getActiveConnections(String dbPoolUrl) Returns the number of active connections managed by a pool.intCmsDriverManager.getIdleConnections(String dbPoolUrl) Returns the number of idle connections managed by a pool.intCmsSqlManager.getIdleConnections(String dbPoolUrl) Returns the number of idle connections managed by a pool.