Class SQLStatementCountMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.hypersistence.utils.jdbc.validator.SQLStatementCountMismatchException
All Implemented Interfaces:
Serializable

public class SQLStatementCountMismatchException extends RuntimeException
SQLStatementCountMismatchException - Thrown whenever there is a mismatch between the expected statements count and the ones being executed.
Since:
3.0.2
Author:
Vlad Mihalcea
See Also:
  • Constructor Details

    • SQLStatementCountMismatchException

      public SQLStatementCountMismatchException(io.hypersistence.utils.jdbc.validator.StatementType statementType, long expected, long recorded)
  • Method Details

    • getExpected

      public long getExpected()
    • getRecorded

      public long getRecorded()