Module jakarta.data

Class EmptyResultException

java.lang.Object
All Implemented Interfaces:
Serializable

public class EmptyResultException extends DataException
Data access exception thrown when a result was expected to have at least one row (or element) but zero rows (or elements) were actually returned.
See Also: