org.orbroker

exception

package exception

All exceptions.

Visibility
  1. Public
  2. All

Type Members

  1. class BrokerException extends RuntimeException

    Top level exception for O/R Broker.

  2. class ConfigurationException extends BrokerException

    Some error was detected in the configuration.

  3. class ConstraintException extends BrokerException

    Exception thrown when a constraint was violated.

  4. class DeadlockException extends BrokerException

    A deadlock was detected.

  5. class MissingStatementException extends ConfigurationException

    Expected statements were missing from builder.

  6. class MoreThanOneException extends BrokerException

    More than one row was returned or affected by the executed statement.

  7. class RollbackException extends BrokerException

    A transaction was not committed, hence it was rolled back.

  8. class StoredProcedureUpdateException extends BrokerException

    A stored procedure, which performed updating, was called in a read-only session.

  9. class TimeoutException extends BrokerException

    An operation timed out before completing.

  10. class TransientRetryFailedException extends BrokerException

    A java.sql.SQLException was identified as transient by the ExceptionAdapter, and the action was retried with a new connection, but failed again.

  11. class UnsupportedJDBCOperationException extends BrokerException

    Some operation was attempted on the JDBC API, but is unsupported by the JDBC driver implementation.