Module org.jooq

Class InvalidResultException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoDataFoundException, TooManyRowsException

public class InvalidResultException extends DataAccessException
An unexpected result was encountered after executing a Query. This exception indicates wrong usage of jOOQ's various fetch methods, or an integrity problem in your data after query execution, meaning that the execution of the query in the database is not affected.

This is typically the case in the following situations:

Author:
Lukas Eder
See Also:
Serialized Form
  • Constructor Details

    • InvalidResultException

      public InvalidResultException(String message)
      Constructor for InvalidResultException.
      Parameters:
      message - the detail message