Class SQLUpdateCountMismatchException

  • All Implemented Interfaces:
    Serializable

    public class SQLUpdateCountMismatchException
    extends SQLStatementCountMismatchException
    SQLUpdateCountMismatchException - Thrown whenever there is a mismatch between expected update statements count and the ones being executed.
    Author:
    Vlad Mihalcea
    See Also:
    Serialized Form
    • Constructor Detail

      • SQLUpdateCountMismatchException

        public SQLUpdateCountMismatchException​(long expected,
                                               long recorded)
      • SQLUpdateCountMismatchException

        public SQLUpdateCountMismatchException​(String message,
                                               long expected,
                                               long recorded)