Example usage for org.hibernate.exception ConstraintViolationException subclass-usage

List of usage examples for org.hibernate.exception ConstraintViolationException subclass-usage

Introduction

In this page you can find the example usage for org.hibernate.exception ConstraintViolationException subclass-usage.

Usage

From source file jcms.integrationtier.exception.ConstraintViolationExceptionMySqlPatch.java

public class ConstraintViolationExceptionMySqlPatch extends ConstraintViolationException {
    // -Xlint compile options likes this ...
    private static final long serialVersionUID = 1L;
    private String constraintName = null;
    private Object[] values = new Object[0];