Class SQLSelectCountMismatchException

  • All Implemented Interfaces:
    Serializable

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

      • SQLSelectCountMismatchException

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

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