Class TransactionSerializationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TransactionSerializationException
    extends TransactionRollbackException
    Exception thrown when database can't achieve desired isolation level due to concurrent updates.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransactionSerializationException

        public TransactionSerializationException​(@NotNull
                                                 @NotNull java.sql.SQLException cause)