OneRowConstraintException

The exception is thrown when a sql query was marked as one row respond and the query returns a multiple rows. Transaction of the query is rollbacked.

class OneRowConstraintException : QueryProcessingException {}

Meta