Class SQLStatementCountMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.hypersistence.utils.jdbc.validator.SQLStatementCountMismatchException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionSQLStatementCountMismatchException
(io.hypersistence.utils.jdbc.validator.StatementType statementType, long expected, long recorded) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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()
-