Class OracleTransactionPriorityException

All Implemented Interfaces:
Serializable

public class OracleTransactionPriorityException extends TransactionException
Thrown when Oracle automatically rolls back a transaction because it was blocking a transaction with a higher priority.

Oracle reports this condition with ORA-63300 while the statement that caused the rollback is executing and with ORA-63302 for subsequent statements until the session acknowledges the rollback.

Since:
5.2
See Also:
  • Constructor Details

    • OracleTransactionPriorityException

      public OracleTransactionPriorityException(String message)
      Parameters:
      message - The detail message
    • OracleTransactionPriorityException

      public OracleTransactionPriorityException(String message, Throwable cause)
      Parameters:
      message - The detail message
      cause - The Oracle exception that caused the transaction rollback