Class NoRowException

All Implemented Interfaces:
Serializable

public class NoRowException extends HibernateException
Indicates a condition where we expect rows in the JDBC results, but none were returned. Generally indicative of either:
  • bad key for look up
  • optimistic lock failure
See Also:
  • Constructor Details

    • NoRowException

      public NoRowException(String message)