ConstraintViolationException
class ConstraintViolationException(val messageEnum: ConstraintViolationExceptionMessage, val tableName: String? = null, val columnName: String? = null, val constraintName: String? = null, queryContext: QueryContext?, cause: Throwable?) : DatabaseException
Errors during SQL execution in the database related to data integrity constraints.
Constructors
Link copied to clipboard
constructor(messageEnum: ConstraintViolationExceptionMessage, tableName: String? = null, columnName: String? = null, constraintName: String? = null, queryContext: QueryContext?, cause: Throwable?)