public UniqueFieldValueConstraintViolationException(String className, String fieldName)(Code)
Constructor with a message composed from the class and field
name of the entity causing the exception.
Parameters: className - class, which caused the exception Parameters: fieldName - field, which caused the exception