Uses of Class
org.objectweb.cjdbc.common.exceptions.CJDBCException

Packages that use CJDBCException
org.objectweb.cjdbc.common.exceptions C-JDBC Exceptions package.  
org.objectweb.cjdbc.common.net ssl support for encryption and authentication 
org.objectweb.cjdbc.console.text C-JDBC text console. 
org.objectweb.cjdbc.controller.authentication Authentication manager core. 
org.objectweb.cjdbc.controller.loadbalancer All C-JDBC load balancers are subpackage of this one which provides the load balancer interface and the core backend thread. 
org.objectweb.cjdbc.controller.loadbalancer.policies.createtable Table creation policies load balancers managing partial replication. 
org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking Error checking policies for RADb-Xec load balancers. 
org.objectweb.cjdbc.driver.protocol Protocol used between C-JDBC driver and controller. 
 

Uses of CJDBCException in org.objectweb.cjdbc.common.exceptions
 

Subclasses of CJDBCException in org.objectweb.cjdbc.common.exceptions
 class BackupException
          Backup Exception class in case errors happen while backup or recovery is executed, but octopus is not responsible for it.
 class BadConnectionException
          A BadConnectionException is thrown when a connection fails the validity test.
 class ControllerException
          Controller exception.
 class DataCollectorException
          DataCollector exceptions
 class OctopusException
          Octopus Exception class in case errors happen while octopus is working
 class RollbackException
          A RollbackException is thrown by a scheduler when the transaction must be rollbacked (for example when a deadlock is detected).
 class SecurityException
          Security exception.
 class ShutdownException
          Controller exception.
 class UnreachableBackendException
          A UnreachableBackendException is thrown when it is no more possible to get a connection to a backend.
 

Uses of CJDBCException in org.objectweb.cjdbc.common.net
 

Subclasses of CJDBCException in org.objectweb.cjdbc.common.net
 class SSLException
          This class defines a SSLException
 

Uses of CJDBCException in org.objectweb.cjdbc.console.text
 

Subclasses of CJDBCException in org.objectweb.cjdbc.console.text
 class ConsoleException
          Console helper exception.
 

Uses of CJDBCException in org.objectweb.cjdbc.controller.authentication
 

Subclasses of CJDBCException in org.objectweb.cjdbc.controller.authentication
 class AuthenticationManagerException
          Authentication manager exception.
 

Uses of CJDBCException in org.objectweb.cjdbc.controller.loadbalancer
 

Subclasses of CJDBCException in org.objectweb.cjdbc.controller.loadbalancer
 class AllBackendsFailedException
          This class defines a AllBackendsFailedException
 

Uses of CJDBCException in org.objectweb.cjdbc.controller.loadbalancer.policies.createtable
 

Subclasses of CJDBCException in org.objectweb.cjdbc.controller.loadbalancer.policies.createtable
 class CreateTableException
          A CreateTableException is thrown when a CreateTableRule policy cannot be applied in the rule.getBackends() method.
 

Uses of CJDBCException in org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking
 

Subclasses of CJDBCException in org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking
 class ErrorCheckingException
          An ErrorCheckingException is thrown when an ErrorCheckingPolicy policy cannot be applied in the getBackends() method.
 

Uses of CJDBCException in org.objectweb.cjdbc.driver.protocol
 

Subclasses of CJDBCException in org.objectweb.cjdbc.driver.protocol
 class CommandCompleted
          This exception is used by the controller to signal the driver from the successful completion of a command.
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.