Module org.jooq

Class NoDataFoundException

All Implemented Interfaces:
Serializable

public class NoDataFoundException extends InvalidResultException
No rows were returned from a ResultQuery, when exactly one row was expected.
Author:
Lukas Eder
See Also:
Serialized Form
  • Constructor Details

    • NoDataFoundException

      public NoDataFoundException()
      Constructor for NoDataFoundException.
    • NoDataFoundException

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