Class SQLInsertCountMismatchException

  • All Implemented Interfaces:
    Serializable

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

      • SQLInsertCountMismatchException

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

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