Class TransactionSerializationException

All Implemented Interfaces:
Serializable

public class TransactionSerializationException extends JDBCException
A JDBCException indicating a transaction failed because it could not be placed into a serializable ordering among all of the currently-executing transactions
See Also:
  • Constructor Details

    • TransactionSerializationException

      public TransactionSerializationException(String message, SQLException cause)
    • TransactionSerializationException

      public TransactionSerializationException(String message, SQLException cause, String sql)