Class NoRowException

All Implemented Interfaces:
LocalizedException, Serializable, Iterable<Throwable>

public class NoRowException extends SQLNonTransientException implements LocalizedException
Thrown when no row available and a row is required.

Rather than catching this exception as part of normal operation, prefer the *Optional(…) method variants.

See Also: